Class: Discogs::Label

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

Overview

Represents a label in the Discogs API.

Defined Under Namespace

Classes: Release

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

#contactinfoObject

Returns the value of attribute contactinfo.



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

def contactinfo
  @contactinfo
end

#imagesObject

Returns the value of attribute images.



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

def images
  @images
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#parentlabelObject

Returns the value of attribute parentlabel.



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

def parentlabel
  @parentlabel
end

#profileObject

Returns the value of attribute profile.



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

def profile
  @profile
end

#releasesObject

Returns the value of attribute releases.



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

def releases
  @releases
end

#sublabelsObject

Returns the value of attribute sublabels.



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

def sublabels
  @sublabels
end

#urlsObject

Returns the value of attribute urls.



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

def urls
  @urls
end