Class: Acme::Smileage::Discography::Tracks::KonnichiwaKonbanwa

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2011/036_konnichiwa_konbanwa.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

#initializeKonnichiwaKonbanwa

Returns a new instance of KonnichiwaKonbanwa.



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/2011/036_konnichiwa_konbanwa.rb', line 12

def initialize
  super
  @name = "こんにちは こんばんは"
  @name_romaji = "konnichiwa konbanwa"
  @nicknames = ["こんこん"]
  @play_time = 239 # 03:59
  @arrangers = ["板垣祐介"]
  @hpma = HelloProjectMusicAward.new(2012, 70, 27.5, 18)
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-111228-032",
    :utanet => "http://www.uta-net.com/song/123996/",
  }
  @youtube_links = []
  @itunes_links = [
    {
      :title => "プリーズ ミニスカ ポストウーマン!",
      :link => "https://itunes.apple.com/jp/album/id487501137",
    },
  ]
end