Class: Discogs::Artist::Release
- Defined in:
- lib/wrapper/resources/artist_release.rb
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackinfo ⇒ Object
Returns the value of attribute trackinfo.
-
#type ⇒ Object
Returns the value of attribute type.
-
#year ⇒ Object
Returns the value of attribute year.
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
#format ⇒ Object
Returns the value of attribute format.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def format @format end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def label @label end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def status @status end |
#title ⇒ Object
Returns the value of attribute title.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def title @title end |
#trackinfo ⇒ Object
Returns the value of attribute trackinfo.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def trackinfo @trackinfo end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def type @type end |
#year ⇒ Object
Returns the value of attribute year.
7 8 9 |
# File 'lib/wrapper/resources/artist_release.rb', line 7 def year @year end |