Class: Acme::Smileage::Discography::Tracks::SmileageSinglesGekimoeRemix

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2011/034_smileage_singles_gekimoe_remix.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_USER_AGENT

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

Methods inherited from Base

#cover?, #get_lyrics

Constructor Details

#initializeSmileageSinglesGekimoeRemix

Returns a new instance of SmileageSinglesGekimoeRemix.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/acme/smileage/discography/tracks/2011/034_smileage_singles_gekimoe_remix.rb', line 12

def initialize
  super
  @name = "スマイレージ シングルス 激萌えリミックス"
  @name_romaji = "smileage singles gekimoe remix"
  @nicknames = []
  @play_time = 336 # 05:36
  @arrangers = ["田中直"]
  @hpma = HelloProjectMusicAward.new(2011, 121, 4.5, 3)
  @lyric_links = {}
  @youtube_links = []
  @itunes_links = [
    {
      :title => "タチアガール",
      :link => "https://itunes.apple.com/jp/album/id464723016",
    },
  ]
end

Instance Method Details

#remix?Boolean

Returns:

  • (Boolean)


30
# File 'lib/acme/smileage/discography/tracks/2011/034_smileage_singles_gekimoe_remix.rb', line 30

def remix?; true; end