Class: Discogs::Release

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

Overview

Represents a release in the Discogs API.

Defined Under Namespace

Classes: Artist, Format, Label, Track

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

#artistsObject

Returns the value of attribute artists.



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

def artists
  @artists
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#extraartistsObject

Returns the value of attribute extraartists.



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

def extraartists
  @extraartists
end

#formatsObject

Returns the value of attribute formats.



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

def formats
  @formats
end

#genresObject

Returns the value of attribute genres.



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

def genres
  @genres
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#imagesObject

Returns the value of attribute images.



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

def images
  @images
end

#labelsObject

Returns the value of attribute labels.



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

def labels
  @labels
end

#notesObject

Returns the value of attribute notes.



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

def notes
  @notes
end

#releasedObject

Returns the value of attribute released.



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

def released
  @released
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#stylesObject

Returns the value of attribute styles.



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

def styles
  @styles
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#tracklistObject

Returns the value of attribute tracklist.



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

def tracklist
  @tracklist
end