Class: Discogs::Artist::Release

Inherits:
Resource
  • Object
show all
Defined in:
lib/wrapper/resources/artist_release.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#build!, #build_with_resp!, #initialize, #original_content

Methods included from ResourceMappings

included

Constructor Details

This class inherits a constructor from Discogs::Resource

Instance Attribute Details

#formatObject

Returns the value of attribute format.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def format
  @format
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def id
  @id
end

#labelObject

Returns the value of attribute label.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def label
  @label
end

#statusObject

Returns the value of attribute status.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def status
  @status
end

#titleObject

Returns the value of attribute title.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def title
  @title
end

#trackinfoObject

Returns the value of attribute trackinfo.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def trackinfo
  @trackinfo
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def type
  @type
end

#yearObject

Returns the value of attribute year.



7
8
9
# File 'lib/wrapper/resources/artist_release.rb', line 7

def year
  @year
end