class Acme::Smileage::Discography::Tracks::HatukoiNoAnatahe
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acme/smileage/discography/tracks/2011/024_hatukoi_no_anatahe.rb, line 11 def initialize super @name = "初恋の貴方へ" @name_romaji = "hatukoi no anatahe" @nicknames = [] @play_time = 263 # 04:23 @arrangers = ["板垣祐介"] @hpma = HelloProjectMusicAward.new(2011, 72, 18.5, 10) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-110427-199", :utanet => "http://www.uta-net.com/song/140550/", } @youtube_links = [] @itunes_links = [ { :title => "恋にBooing ブー!", :link => "https://itunes.apple.com/jp/album/id429866286", }, ] end