Class: Acme::Smileage::Discography::Tracks::AtarashiiWatashiniNare

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2013/060_atarashii_watashini_nare.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_USER_AGENT

Instance Attribute Summary

Attributes inherited from Base

#arrangers, #composers, #hpma, #itunes_links, #lyric_links, #lyricists, #name, #name_romaji, #nicknames, #play_time, #youtube_links

Instance Method Summary collapse

Methods inherited from Base

#cover?, #get_lyrics, #remix?

Constructor Details

#initializeAtarashiiWatashiniNare

Returns a new instance of AtarashiiWatashiniNare.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/acme/smileage/discography/tracks/2013/060_atarashii_watashini_nare.rb', line 12

def initialize
  super
  @name = "新しい私になれ!"
  @name_romaji = "atarashii watashini nare!"
  @nicknames = ["あたわた"]
  @play_time = 222 # 03:42
  @arrangers = ["江上浩太郎"]
  @hpma = HelloProjectMusicAward.new(2013, 56, 128.0, 87)
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-130703-250",
    :utanet => "http://www.uta-net.com/song/148900/",
  }
  @youtube_links = [
    {
      :title => "スマイレージ 『新しい私になれ!』(S/mileage[Be the new me!]) (MV)",
      :link => "https://www.youtube.com/watch?v=yCttQlnRcOU",
    },
    {
      :title => "スマイレージ 『新しい私になれ!』(S/mileage[Be the new me!]) (Dance Shot Ver.)",
      :link => "https://www.youtube.com/watch?v=vgyLXQr49BA",
    },
  ]
  @itunes_links = [
    {
      :title => "新しい私になれ!/ヤッタルチャン",
      :link => "https://itunes.apple.com/jp/album/id663131682",
    },
  ]
end