Class: Acme::Smileage::Discography::Tracks::ShikkariShiteyoMou
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2010/019_shikkari_shiteyo_mou.rb
Constant Summary
Constants inherited from Base
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
-
#initialize ⇒ ShikkariShiteyoMou
constructor
A new instance of ShikkariShiteyoMou.
Methods inherited from Base
Constructor Details
#initialize ⇒ ShikkariShiteyoMou
Returns a new instance of ShikkariShiteyoMou.
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/019_shikkari_shiteyo_mou.rb', line 12 def initialize super @name = "しっかりしてよ!もう" @name_romaji = "shikkari shiteyo! mou" @nicknames = [] @play_time = 289 # 04:49 @arrangers = ["宅見将典"] @hpma = HelloProjectMusicAward.new(2011, 95, 10.0, 9) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-101208-049", :utanet => "http://www.uta-net.com/song/105944/", } @youtube_links = [] @itunes_links = [ { :title => "悪ガキッ①", :link => "https://itunes.apple.com/jp/album/id403700742", }, ] end |