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