Class: Acme::Smileage::Discography::Tracks::OnnaBakariNoNichiyoubi

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2010/016_onna_bakari_no_nichiyoubi.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_USER_AGENT

Instance Attribute Summary

Attributes inherited from Base

#arrangers, #composers, #hpma, #itunes_links, #lyric_links, #lyricists, #name, #name_romaji, #nicknames, #play_time, #youtube_links

Instance Method Summary collapse

Methods inherited from Base

#cover?, #get_lyrics, #remix?

Constructor Details

#initializeOnnaBakariNoNichiyoubi

Returns a new instance of OnnaBakariNoNichiyoubi.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# File 'lib/acme/smileage/discography/tracks/2010/016_onna_bakari_no_nichiyoubi.rb', line 12

def initialize
  super
  @name = "女ばかりの日曜日"
  @name_romaji = "onna bakari no nichiyoubi"
  @nicknames = []
  @play_time = 211 # 03:31
  @arrangers = ["鈴木俊介"]
  @hpma = HelloProjectMusicAward.new(2011, 78, 16.0, 9)
  @lyric_links = {
    :utamap => "",
    :utanet => "http://www.uta-net.com/song/105948/",
  }
  @youtube_links = []
  @itunes_links = [
    {
      :title => "悪ガキッ①",
      :link => "https://itunes.apple.com/jp/album/id403700742",
    },
  ]
end