Class: Acme::Smileage::Discography::Albums::UchoutenLove

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

Constructor Details

#initializeUchoutenLove

Returns a new instance of UchoutenLove.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# File 'lib/acme/smileage/discography/albums/2011/S006_uchouten_love.rb', line 12

def initialize
  @name = "有頂天LOVE"
  @name_romaji = "uchouten love"
  @nicknames = ["有頂天"]
  @release_date = Date.new(2011, 8, 3)
  @oricon = Sales.new(29328, 33823, 5, 4)
  @soundscan = Sales.new(6484, 6484, 18, 1) # http://www.phileweb.com/ranking/cd-top20/1544.html
  @discography_link = "http://s-mileage.jp/discography/detail_00076/"
  @artwork_links = [
    {
      :title => "有頂天LOVE 【通常盤】",
      :link => "http://s-mileage.jp/discography/obj/img/000/076/110708-1520_01l.jpg",
    },
    {
      :title => "有頂天LOVE 【初回生産限定盤A】",
      :link => "http://s-mileage.jp/discography/obj/img/000/076/110708-1520_02l.jpg",
    },
    {
      :title => "有頂天LOVE 【初回生産限定盤B】",
      :link => "http://s-mileage.jp/discography/obj/img/000/076/110708-1520_03l.jpg",
    },
    {
      :title => "有頂天LOVE 【初回生産限定盤C】",
      :link => "http://s-mileage.jp/discography/obj/img/000/076/110708-1520_04l.jpg",
    },
    {
      :title => "有頂天LOVE 【初回生産限定盤D】",
      :link => "http://s-mileage.jp/discography/obj/img/000/076/110708-1520_05l.jpg",
    },
  ]

  track Acme::Smileage::Discography::Tracks::UchoutenLove
  track Acme::Smileage::Discography::Tracks::JitenshaChiririn
  track Acme::Smileage::Discography::Tracks::ChuNatsuParty
end