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

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



44
45
46
# File 'lib/doubapi.rb', line 44

def author
  @author
end

#cover_bigObject

Returns the value of attribute cover_big

Returns:

  • (Object)

    the current value of cover_big



44
45
46
# File 'lib/doubapi.rb', line 44

def cover_big
  @cover_big
end

#cover_thumbnailObject

Returns the value of attribute cover_thumbnail

Returns:

  • (Object)

    the current value of cover_thumbnail



44
45
46
# File 'lib/doubapi.rb', line 44

def cover_thumbnail
  @cover_thumbnail
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



44
45
46
# File 'lib/doubapi.rb', line 44

def link
  @link
end

#mobile_siteObject

Returns the value of attribute mobile_site

Returns:

  • (Object)

    the current value of mobile_site



44
45
46
# File 'lib/doubapi.rb', line 44

def mobile_site
  @mobile_site
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



44
45
46
# File 'lib/doubapi.rb', line 44

def publisher
  @publisher
end

#release_dateObject

Returns the value of attribute release_date

Returns:

  • (Object)

    the current value of release_date



44
45
46
# File 'lib/doubapi.rb', line 44

def release_date
  @release_date
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



44
45
46
# File 'lib/doubapi.rb', line 44

def title
  @title
end