class Acme::Smileage::Discography::Tracks::UchoutenLoverocketmanMix
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acme/smileage/discography/tracks/2011/030_uchouten_love_rocketman_mix.rb, line 11 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
Public Instance Methods
remix?()
click to toggle source
# File lib/acme/smileage/discography/tracks/2011/030_uchouten_love_rocketman_mix.rb, line 32 def remix?; true; end