Class: Discogs::Release::Artist

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

Direct Known Subclasses

Track::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

#anvObject

Returns the value of attribute anv.



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

def anv
  @anv
end

#joinObject

Returns the value of attribute join.



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

def join
  @join
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#roleObject

Returns the value of attribute role.



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

def role
  @role
end

#tracksObject

Returns the value of attribute tracks.



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

def tracks
  @tracks
end