Class: TMDBParty::Person
- Inherits:
-
Object
- Object
- TMDBParty::Person
- Includes:
- Attributes
- Defined in:
- lib/tmdb_party/person.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(values) ⇒ Person
constructor
A new instance of Person.
Methods included from Attributes
Constructor Details
#initialize(values) ⇒ Person
Returns a new instance of Person.
6 7 8 |
# File 'lib/tmdb_party/person.rb', line 6 def initialize(values) self.attributes = values end |