Class: Discogs::Release::Track
- Inherits:
-
Discogs::Resource
- Object
- Discogs::Resource
- Discogs::Release::Track
- Defined in:
- lib/wrapper/resources/track.rb
Defined Under Namespace
Classes: Artist
Instance Attribute Summary collapse
-
#artists ⇒ Object
Returns the value of attribute artists.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#extraartists ⇒ Object
Returns the value of attribute extraartists.
-
#position ⇒ Object
Returns the value of attribute position.
-
#title ⇒ Object
Returns the value of attribute title.
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
#artists ⇒ Object
Returns the value of attribute artists.
9 10 11 |
# File 'lib/wrapper/resources/track.rb', line 9 def artists @artists end |
#duration ⇒ Object
Returns the value of attribute duration.
9 10 11 |
# File 'lib/wrapper/resources/track.rb', line 9 def duration @duration end |
#extraartists ⇒ Object
Returns the value of attribute extraartists.
9 10 11 |
# File 'lib/wrapper/resources/track.rb', line 9 def extraartists @extraartists end |
#position ⇒ Object
Returns the value of attribute position.
9 10 11 |
# File 'lib/wrapper/resources/track.rb', line 9 def position @position end |
#title ⇒ Object
Returns the value of attribute title.
9 10 11 |
# File 'lib/wrapper/resources/track.rb', line 9 def title @title end |