Class: Discogs::Release::Track

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

Defined Under Namespace

Classes: Artist

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

#artistsObject

Returns the value of attribute artists.



9
10
11
# File 'lib/wrapper/resources/track.rb', line 9

def artists
  @artists
end

#durationObject

Returns the value of attribute duration.



9
10
11
# File 'lib/wrapper/resources/track.rb', line 9

def duration
  @duration
end

#extraartistsObject

Returns the value of attribute extraartists.



9
10
11
# File 'lib/wrapper/resources/track.rb', line 9

def extraartists
  @extraartists
end

#positionObject

Returns the value of attribute position.



9
10
11
# File 'lib/wrapper/resources/track.rb', line 9

def position
  @position
end

#titleObject

Returns the value of attribute title.



9
10
11
# File 'lib/wrapper/resources/track.rb', line 9

def title
  @title
end