Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class Foobar
  2.  
  3. def initialize(char_struct)
  4. @@title = char_struct["title"]
  5. @@name = char_struct["name"]
  6. @@info = char_struct["info"]
  7. end
  8.  
  9. def self.getName
  10. @@name
  11. end
  12.  
  13. end
Add Comment
Please, Sign In to add comment