class Acme::Smileage::Discography::Tracks::ShootingStar
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acme/smileage/discography/tracks/2010/017_shooting_star.rb, line 11 def initialize super @name = "シューティング スター" @name_romaji = "shooting star" @nicknames = [] @play_time = 239 # 03:59 @arrangers = ["湯浅公一"] @hpma = HelloProjectMusicAward.new(2011, 25, 112.0, 64) @lyric_links = { :utamap => "", :utanet => "http://www.uta-net.com/song/105947/", } @youtube_links = [] @itunes_links = [ { :title => "悪ガキッ①", :link => "https://itunes.apple.com/jp/album/id403700742", }, ] end