class Acme::Smileage::Discography::Tracks::PanyasanNoArbeit
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/acme/smileage/discography/tracks/2011/021_panyasan_no_arbeit.rb, line 11 def initialize super @name = "パン屋さんのアルバイト" @name_romaji = "panyasan no arbeit" @nicknames = ["パン屋"] @play_time = 264 # 04:24 @arrangers = ["鈴木俊介"] @hpma = HelloProjectMusicAward.new(2011, 13, 229.5, 95) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-110209-012", :utanet => "http://www.uta-net.com/song/140549/", } @youtube_links = [] @itunes_links = [ { :title => "ショートカット", :link => "https://itunes.apple.com/jp/album/id417219096", }, ] end