Class: Acme::Smileage::Discography::Tracks::OtomePastaNiKandou
- Includes:
- Singleton
- Defined in:
- lib/acme/smileage/discography/tracks/2011/022_otome_pasta_ni_kandou.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
- #cover? ⇒ Boolean
-
#initialize ⇒ OtomePastaNiKandou
constructor
A new instance of OtomePastaNiKandou.
Methods inherited from Base
Constructor Details
#initialize ⇒ OtomePastaNiKandou
Returns a new instance of OtomePastaNiKandou.
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/022_otome_pasta_ni_kandou.rb', line 12 def initialize super @name = "乙女パスタに感動" @name_romaji = "otome pasta ni kandou" @nicknames = ["乙パス"] @play_time = 275 # 04:35 @arrangers = ["板垣祐介"] @hpma = HelloProjectMusicAward.new(2011, 116, 5.5, 3) @lyric_links = { :utamap => "http://www.utamap.com/showkasi.php?surl=k-110209-013", :utanet => "http://www.uta-net.com/song/108523/", } @youtube_links = [] @itunes_links = [ { :title => "ショートカット", :link => "https://itunes.apple.com/jp/album/id417218984", }, ] end |
Instance Method Details
#cover? ⇒ Boolean
33 |
# File 'lib/acme/smileage/discography/tracks/2011/022_otome_pasta_ni_kandou.rb', line 33 def cover?; true; end |