Class: Acme::Smileage::Discography::Tracks::Odorouyo
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2010/015_odorouyo.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 ⇒ Odorouyo
constructor
A new instance of Odorouyo.
Methods inherited from Base
Constructor Details
#initialize ⇒ Odorouyo
Returns a new instance of Odorouyo.
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# File 'lib/acme/smileage/discography/tracks/2010/015_odorouyo.rb', line 12 def initialize super @name = "踊ろうよ" @name_romaji = "odorouyo" @nicknames = [] @play_time = 274 # 04:34 @arrangers = ["藤澤慶昌"] @hpma = HelloProjectMusicAward.new(2011, 121, 4.5, 2) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-101208-046", :utanet => "http://www.uta-net.com/song/105949/", } @youtube_links = [] @itunes_links = [ { :title => "悪ガキッ①", :link => "https://itunes.apple.com/jp/album/id403700742", }, ] end |