Class: Discogs::Artist
- Defined in:
- lib/wrapper/resources/artist.rb
Overview
Represents an artist in the Discogs API.
Defined Under Namespace
Classes: Release
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#images ⇒ Object
Returns the value of attribute images.
-
#members ⇒ Object
Returns the value of attribute members.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namevariations ⇒ Object
Returns the value of attribute namevariations.
-
#realname ⇒ Object
Returns the value of attribute realname.
-
#releases ⇒ Object
Returns the value of attribute releases.
-
#urls ⇒ Object
Returns the value of attribute urls.
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
#aliases ⇒ Object
Returns the value of attribute aliases.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def aliases @aliases end |
#images ⇒ Object
Returns the value of attribute images.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def images @images end |
#members ⇒ Object
Returns the value of attribute members.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def name @name end |
#namevariations ⇒ Object
Returns the value of attribute namevariations.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def namevariations @namevariations end |
#realname ⇒ Object
Returns the value of attribute realname.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def realname @realname end |
#releases ⇒ Object
Returns the value of attribute releases.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def releases @releases end |
#urls ⇒ Object
Returns the value of attribute urls.
7 8 9 |
# File 'lib/wrapper/resources/artist.rb', line 7 def urls @urls end |