Module: TMDBParty::Attributes::InstanceMethods
- Defined in:
- lib/tmdb_party/attributes.rb
Instance Method Summary collapse
Instance Method Details
#attributes=(value) ⇒ Object
37 38 39 |
# File 'lib/tmdb_party/attributes.rb', line 37 def attributes=(value) @attributes = value end |
#loaded? ⇒ Boolean
41 42 43 |
# File 'lib/tmdb_party/attributes.rb', line 41 def loaded? @loaded end |