Class: Acme::Smileage::Discography::Tracks::HatukoiNoAnatahe
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2011/024_hatukoi_no_anatahe.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 ⇒ HatukoiNoAnatahe
constructor
A new instance of HatukoiNoAnatahe.
Methods inherited from Base
Constructor Details
#initialize ⇒ HatukoiNoAnatahe
Returns a new instance of HatukoiNoAnatahe.
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/2011/024_hatukoi_no_anatahe.rb', line 12 def initialize super @name = "初恋の貴方へ" @name_romaji = "hatukoi no anatahe" @nicknames = [] @play_time = 263 # 04:23 @arrangers = ["板垣祐介"] @hpma = HelloProjectMusicAward.new(2011, 72, 18.5, 10) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-110427-199", :utanet => "http://www.uta-net.com/song/140550/", } @youtube_links = [] @itunes_links = [ { :title => "恋にBooing ブー!", :link => "https://itunes.apple.com/jp/album/id429866286", }, ] end |