Class: Discogs::Label::Release

Inherits:
Resource
  • Object
show all
Defined in:
lib/wrapper/resources/label_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

#artistObject

Returns the value of attribute artist.



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

def artist
  @artist
end

#catnoObject

Returns the value of attribute catno.



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

def catno
  @catno
end

#formatObject

Returns the value of attribute format.



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

def format
  @format
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#trackinfoObject

Returns the value of attribute trackinfo.



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

def trackinfo
  @trackinfo
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#yearObject

Returns the value of attribute year.



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

def year
  @year
end