Class: Discogs::Release
- Defined in:
- lib/wrapper/resources/release.rb
Overview
Represents a release in the Discogs API.
Defined Under Namespace
Classes: Artist, Format, Label, Track
Instance Attribute Summary collapse
-
#artists ⇒ Object
Returns the value of attribute artists.
-
#country ⇒ Object
Returns the value of attribute country.
-
#extraartists ⇒ Object
Returns the value of attribute extraartists.
-
#formats ⇒ Object
Returns the value of attribute formats.
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#id ⇒ Object
Returns the value of attribute id.
-
#images ⇒ Object
Returns the value of attribute images.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#released ⇒ Object
Returns the value of attribute released.
-
#status ⇒ Object
Returns the value of attribute status.
-
#styles ⇒ Object
Returns the value of attribute styles.
-
#title ⇒ Object
Returns the value of attribute title.
-
#tracklist ⇒ Object
Returns the value of attribute tracklist.
Method Summary
Methods inherited from Resource
#build!, #build_with_resp!, #initialize, #original_content
Methods included from ResourceMappings
Constructor Details
This class inherits a constructor from Discogs::Resource
Instance Attribute Details
#artists ⇒ Object
Returns the value of attribute artists.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def artists @artists end |
#country ⇒ Object
Returns the value of attribute country.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def country @country end |
#extraartists ⇒ Object
Returns the value of attribute extraartists.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def extraartists @extraartists end |
#formats ⇒ Object
Returns the value of attribute formats.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def formats @formats end |
#genres ⇒ Object
Returns the value of attribute genres.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def genres @genres end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def id @id end |
#images ⇒ Object
Returns the value of attribute images.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def images @images end |
#labels ⇒ Object
Returns the value of attribute labels.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def labels @labels end |
#notes ⇒ Object
Returns the value of attribute notes.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def notes @notes end |
#released ⇒ Object
Returns the value of attribute released.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def released @released end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def status @status end |
#styles ⇒ Object
Returns the value of attribute styles.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def styles @styles end |
#title ⇒ Object
Returns the value of attribute title.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def title @title end |
#tracklist ⇒ Object
Returns the value of attribute tracklist.
7 8 9 |
# File 'lib/wrapper/resources/release.rb', line 7 def tracklist @tracklist end |