Class: Acme::Smileage::Discography::Tracks::OnajiJikyuuDeHatarakuTomodachiNoBijinMama
- Inherits:
-
Base
- Object
- Base
- Acme::Smileage::Discography::Tracks::OnajiJikyuuDeHatarakuTomodachiNoBijinMama
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2010/012_onaji_jikyuu_de_hataraku_tomodachi_no_bijin_mama.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 ⇒ OnajiJikyuuDeHatarakuTomodachiNoBijinMama
constructor
A new instance of OnajiJikyuuDeHatarakuTomodachiNoBijinMama.
Methods inherited from Base
Constructor Details
#initialize ⇒ OnajiJikyuuDeHatarakuTomodachiNoBijinMama
Returns a new instance of OnajiJikyuuDeHatarakuTomodachiNoBijinMama.
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 73 74 75 76 77 78 79 80 |
# File 'lib/acme/smileage/discography/tracks/2010/012_onaji_jikyuu_de_hataraku_tomodachi_no_bijin_mama.rb', line 12 def initialize super @name = "同じ時給で働く友達の美人ママ" @name_romaji = "onaji jikyuu de hataraku tomodachi no bijin mama" @nicknames = ["時給", "美人ママ"] @play_time = 249 # 04:09 @arrangers = ["山崎淳"] @hpma = HelloProjectMusicAward.new(2010, 47, 43.5, 32) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-100929-010", :utanet => "http://www.uta-net.com/song/102019/", } @youtube_links = [ { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (MV)", :link => "https://www.youtube.com/watch?v=gJF6T7iACQg", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (4Shot Lip Ver.)", :link => "https://www.youtube.com/watch?v=U4x6fCUyMLA", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (Close-up Ver.)", :link => "https://www.youtube.com/watch?v=PWEeuaPqkIk", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (和田彩花Close-up Ver.)", :link => "https://www.youtube.com/watch?v=UDa0YTnOsp0", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (福田花音Close-up Ver.)", :link => "https://www.youtube.com/watch?v=s-dyYOHEP-4", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (Dance Shot Ver.Pink)", :link => "https://www.youtube.com/watch?v=IaJOwWIx7vU", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (アルバイトVer.)", :link => "https://www.youtube.com/watch?v=gv-gVn0Jbi8", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (Dance Shot Ver.Light Blue)", :link => "https://www.youtube.com/watch?v=0MeXpMw4hjQ", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (featuring 和田彩花 Ver.)", :link => "https://www.youtube.com/watch?v=RviN40P0B60", }, { :title => "スマイレージ 「同じ時給で働く友達の美人ママ」 (featuring 福田花音 Ver.)", :link => "https://www.youtube.com/watch?v=tmwpzTmnYw4", }, ] @itunes_links = [ { :title => "同じ時給で働く友達の美人ママ", :link => "https://itunes.apple.com/jp/album/id390851470", }, { :title => "悪ガキッ①", :link => "https://itunes.apple.com/jp/album/id403700742", }, { :title => "スマイレージ ベストアルバム完全版①", :link => "https://itunes.apple.com/jp/album/id528168545", }, ] end |