class Acme::Smileage::Discography::Tracks::SmileOndon

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/acme/smileage/discography/tracks/2011/032_smile_ondon.rb, line 11
def initialize
  super
  @name = "スマイル音丼"
  @name_romaji = "smile ondon"
  @nicknames = []
  @play_time = 218 # 03:38
  @arrangers = ["オオバコウスケ"]
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-110928-017",
    :utanet => "http://www.uta-net.com/song/119199/",
  }
  @youtube_links = []
  @itunes_links = [
    {
      :title => "タチアガール",
      :link => "https://itunes.apple.com/jp/album/id464722574",
    },
  ]
end