Class: Discogs::Release::Format

Inherits:
Discogs::Resource show all
Defined in:
lib/wrapper/resources/format.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Discogs::Resource

#build!, #build_with_resp!, #initialize, #original_content

Methods included from Discogs::ResourceMappings

included

Constructor Details

This class inherits a constructor from Discogs::Resource

Instance Attribute Details

#descriptionsObject

Returns the value of attribute descriptions.



7
8
9
# File 'lib/wrapper/resources/format.rb', line 7

def descriptions
  @descriptions
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/wrapper/resources/format.rb', line 7

def name
  @name
end

#qtyObject

Returns the value of attribute qty.



7
8
9
# File 'lib/wrapper/resources/format.rb', line 7

def qty
  @qty
end