Class: Acme::Smileage::Discography::Albums::OnajiJikyuuDeHatarakuTomodachiNoBijinMamaRemixType1

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/albums/2010/D003_onaji_jikyuu_de_hataraku_tomodachi_no_bijin_mama_(remix_type1).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?, #indies?, #major?, #original_album?, #release_year, #single?

Constructor Details

#initializeOnajiJikyuuDeHatarakuTomodachiNoBijinMamaRemixType1

Returns a new instance of OnajiJikyuuDeHatarakuTomodachiNoBijinMamaRemixType1.



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

def initialize
  @name = "同じ時給で働く友達の美人ママ (Remix Type1)"
  @name_romaji = "onaji jikyuu de hataraku tomodachi no bijin mama (remix type1)"
  @nicknames = []
  @release_date = Date.new(2010, 11, 3)
  @oricon = nil
  @soundscan = nil
  @discography_link = "http://s-mileage.jp/discography/detail_00051/"
  @artwork_links = [
    {
      :title => "同じ時給で働く友達の美人ママ (Remix Type1)",
      :link => "http://s-mileage.jp/discography/obj/img/000/051/101122-1155_01l.jpg",
    },
  ]

  track Acme::Smileage::Discography::Tracks::OnajiJikyuuDeHatarakuTomodachiNoBijinMamaRemixType1
end

Instance Method Details

#download_only?Boolean

Returns:

  • (Boolean)


30
# File 'lib/acme/smileage/discography/albums/2010/D003_onaji_jikyuu_de_hataraku_tomodachi_no_bijin_mama_(remix_type1).rb', line 30

def download_only?; true; end