Class: Acme::Smileage::Discography::Tracks::UchoutenLoverocketmanMix
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2011/030_uchouten_love_rocketman_mix.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 ⇒ UchoutenLoverocketmanMix
constructor
A new instance of UchoutenLoverocketmanMix.
- #remix? ⇒ Boolean
Methods inherited from Base
Constructor Details
#initialize ⇒ UchoutenLoverocketmanMix
Returns a new instance of UchoutenLoverocketmanMix.
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/030_uchouten_love_rocketman_mix.rb', line 12 def initialize super @name = "有頂天LOVE ~rocketman mix~" @name_romaji = "uchouten love -rocketman mix-" @nicknames = [] @play_time = 257 # 04:17 @arrangers = ["大久保薫"] @hpma = HelloProjectMusicAward.new(2011, 110, 6.5, 3) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-110810-160", :utanet => "http://www.uta-net.com/song/116848/", } @youtube_links = [] @itunes_links = [ { :title => "有頂天LOVE ~rocketman mix~", :link => "https://itunes.apple.com/jp/album/id456864966", }, ] end |
Instance Method Details
#remix? ⇒ Boolean
33 |
# File 'lib/acme/smileage/discography/tracks/2011/030_uchouten_love_rocketman_mix.rb', line 33 def remix?; true; end |