Class: Acme::Smileage::Discography::Tracks::Yumemiru15sai
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2010/005_yumemiru_15sai.rb
Constant Summary
Constants inherited from Base
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
-
#initialize ⇒ Yumemiru15sai
constructor
A new instance of Yumemiru15sai.
Methods inherited from Base
Constructor Details
#initialize ⇒ Yumemiru15sai
Returns a new instance of Yumemiru15sai.
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/acme/smileage/discography/tracks/2010/005_yumemiru_15sai.rb', line 12 def initialize super @name = "夢見る 15歳" @name_romaji = "yumemiru 15sai" @nicknames = ["夢フィフ", "夢15"] @play_time = 223 # 03:43 @arrangers = ["平田祥一郎"] @hpma = HelloProjectMusicAward.new(2010, 4, 391.5, 189) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-100526-018", :utanet => "http://www.uta-net.com/song/95255/", } @youtube_links = [ { :title => "スマイレージ 「夢見る 15歳」 (Another Ver.)", :link => "https://www.youtube.com/watch?v=HxiooxmPidw", }, { :title => "スマイレージ 「夢見る 15歳」 (Close-up Ver.)", :link => "https://www.youtube.com/watch?v=urKPV7umEk4", }, { :title => "スマイレージ 「夢見る 15歳」 (福田花音Close-up Ver.)", :link => "https://www.youtube.com/watch?v=ijlF3JU-ZzM", }, { :title => "スマイレージ 「夢見る 15歳」 (Dance Shot Ver.)", :link => "https://www.youtube.com/watch?v=kMCl33hyiMo", }, { :title => "スマイレージ 「夢見る 15歳」 (和田彩花Dance Shot Ver.)", :link => "https://www.youtube.com/watch?v=7_kHfQCA5HA", }, { :title => "スマイレージ 「夢見る 15歳」 (Web Mix Ver.)", :link => "https://www.youtube.com/watch?v=lhMUIXridcw", }, { :title => "スマイレージ 「夢見る 15歳」 (和田彩花Close-up Ver.)", :link => "https://www.youtube.com/watch?v=3EAQBW1k_Z0", }, { :title => "スマイレージ 「夢見る 15歳」 (Close-up Ver.)", :link => "https://www.youtube.com/watch?v=IeumrUTz0-U", }, ] @itunes_links = [ { :title => "夢見る 15歳", :link => "https://itunes.apple.com/jp/album/id372351545", }, { :title => "悪ガキッ①", :link => "https://itunes.apple.com/jp/album/id403700742", }, { :title => "スマイレージ ベストアルバム完全版①", :link => "https://itunes.apple.com/jp/album/id528168545", }, ] end |