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