Class: Discogs::Release::Format
- Inherits:
-
Discogs::Resource
- Object
- Discogs::Resource
- Discogs::Release::Format
- Defined in:
- lib/wrapper/resources/format.rb
Instance Attribute Summary collapse
-
#descriptions ⇒ Object
Returns the value of attribute descriptions.
-
#name ⇒ Object
Returns the value of attribute name.
-
#qty ⇒ Object
Returns the value of attribute qty.
Method Summary
Methods inherited from Discogs::Resource
#build!, #build_with_resp!, #initialize, #original_content
Methods included from Discogs::ResourceMappings
Constructor Details
This class inherits a constructor from Discogs::Resource
Instance Attribute Details
#descriptions ⇒ Object
Returns the value of attribute descriptions.
7 8 9 |
# File 'lib/wrapper/resources/format.rb', line 7 def descriptions @descriptions end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/wrapper/resources/format.rb', line 7 def name @name end |
#qty ⇒ Object
Returns the value of attribute qty.
7 8 9 |
# File 'lib/wrapper/resources/format.rb', line 7 def qty @qty end |