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