Class: Doubapi::Album

Inherits:
Struct
  • Object
show all
Defined in:
lib/doubapi.rb

Overview

release_date is in the format of YY-MM-DD

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#json, #to_json, #to_map

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



59
60
61
# File 'lib/doubapi.rb', line 59

def author
  @author
end

#cover_bigObject

Returns the value of attribute cover_big

Returns:

  • (Object)

    the current value of cover_big



59
60
61
# File 'lib/doubapi.rb', line 59

def cover_big
  @cover_big
end

#cover_thumbnailObject

Returns the value of attribute cover_thumbnail

Returns:

  • (Object)

    the current value of cover_thumbnail



59
60
61
# File 'lib/doubapi.rb', line 59

def cover_thumbnail
  @cover_thumbnail
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



59
60
61
# File 'lib/doubapi.rb', line 59

def link
  @link
end

#mobile_siteObject

Returns the value of attribute mobile_site

Returns:

  • (Object)

    the current value of mobile_site



59
60
61
# File 'lib/doubapi.rb', line 59

def mobile_site
  @mobile_site
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



59
60
61
# File 'lib/doubapi.rb', line 59

def publisher
  @publisher
end

#ratingObject

Returns the value of attribute rating

Returns:

  • (Object)

    the current value of rating



59
60
61
# File 'lib/doubapi.rb', line 59

def rating
  @rating
end

#release_dateObject

Returns the value of attribute release_date

Returns:

  • (Object)

    the current value of release_date



59
60
61
# File 'lib/doubapi.rb', line 59

def release_date
  @release_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



59
60
61
# File 'lib/doubapi.rb', line 59

def title
  @title
end

#tracksObject

Returns the value of attribute tracks

Returns:

  • (Object)

    the current value of tracks



59
60
61
# File 'lib/doubapi.rb', line 59

def tracks
  @tracks
end