Class: Acme::Smileage::Discography::Tracks::GambaranakutemoEenendeTopnudeRemixVersion01

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2010/011_gambaranakutemo_eenende_(topnude_remix_version_01).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

#initializeGambaranakutemoEenendeTopnudeRemixVersion01

Returns a new instance of GambaranakutemoEenendeTopnudeRemixVersion01.



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/011_gambaranakutemo_eenende_(topnude_remix_version_01).rb', line 12

def initialize
  super
  @name = "○○ がんばらなくてもええねんで!! (TopNude Remix Version 01)"
  @name_romaji = "gambaranakutemo eenende!! (topnude remix version 01)"
  @nicknames = []
  @play_time = 255 # 04:15
  @arrangers = ["高橋諭一"]
  @hpma = HelloProjectMusicAward.new(2010, 112, 5.0, 5)
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-100728-116",
    :utanet => "http://www.uta-net.com/song/98771/",
  }
  @youtube_links = []
  @itunes_links = [
    {
      :title => "○○ がんばらなくてもええねんで!! (TopNude Remix Version 01)",
      :link => "https://itunes.apple.com/jp/album/id385082027",
    },
  ]
end

Instance Method Details

#remix?Boolean

Returns:

  • (Boolean)


33
# File 'lib/acme/smileage/discography/tracks/2010/011_gambaranakutemo_eenende_(topnude_remix_version_01).rb', line 33

def remix?; true; end