Class: Acme::Smileage::Discography::Albums::Amanojaku

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/albums/2009/I001_amanojaku.rb

Instance Attribute Summary

Attributes inherited from Base

#artwork_links, #discography_link, #name, #name_romaji, #nicknames, #oricon, #release_date, #soundscan, #tracks

Instance Method Summary collapse

Methods inherited from Base

#album?, #best_album?, #download_only?, #major?, #original_album?, #release_year, #single?

Constructor Details

#initializeAmanojaku

Returns a new instance of Amanojaku.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/acme/smileage/discography/albums/2009/I001_amanojaku.rb', line 12

def initialize
  @name = "ぁまのじゃく"
  @name_romaji = "amanojaku"
  @nicknames = []
  @release_date = Date.new(2009, 6, 7)
  @oricon = Sales.new(0, 0, 0, 0)
  @soundscan = Sales.new(0, 0, 0, 0) # http://www.phileweb.com/ranking/cd-top20/1293.html
  @discography_link = "http://s-mileage.jp/discography/detail_00012/"
  @artwork_links = [
    {
      :title => "ぁまのじゃく",
      :link => "http://s-mileage.jp/discography/obj/img/000/012/100922-1209_01l.jpg",
    },
  ]

  track Acme::Smileage::Discography::Tracks::Amanojaku
end

Instance Method Details

#indies?Boolean

Returns:

  • (Boolean)


30
# File 'lib/acme/smileage/discography/albums/2009/I001_amanojaku.rb', line 30

def indies?; true; end