Class: Acme::Smileage::Discography::Albums::ShortcutRemixver

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/albums/2011/D004_shortcut_(remixver).rb

Instance Attribute Summary

Attributes inherited from Base

#artwork_links, #discography_link, #name, #name_romaji, #nicknames, #oricon, #release_date, #soundscan, #tracks

Instance Method Summary collapse

Methods inherited from Base

#album?, #best_album?, #indies?, #major?, #original_album?, #release_year, #single?

Constructor Details

#initializeShortcutRemixver

Returns a new instance of ShortcutRemixver.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'lib/acme/smileage/discography/albums/2011/D004_shortcut_(remixver).rb', line 12

def initialize
  @name = "ショートカット (Remix.Ver)"
  @name_romaji = "shortcut (remix.ver)"
  @nicknames = []
  @release_date = Date.new(2011, 8, 18)
  @oricon = nil
  @soundscan = nil
  @discography_link = "http://s-mileage.jp/discography/detail_00082/"
  @artwork_links = [
    {
      :title => "ショートカット (Remix.Ver)",
      :link => "http://s-mileage.jp/discography/obj/img/000/082/110823-1839_01l.jpg",
    },
  ]

  track Acme::Smileage::Discography::Tracks::ShortcutRemixver
end

Instance Method Details

#download_only?Boolean

Returns:

  • (Boolean)


30
# File 'lib/acme/smileage/discography/albums/2011/D004_shortcut_(remixver).rb', line 30

def download_only?; true; end