Class: Acme::Smileage::Discography::Tracks::Iiyatsu

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2013/063_iiyatsu.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, #remix?

Constructor Details

#initializeIiyatsu

Returns a new instance of Iiyatsu.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# File 'lib/acme/smileage/discography/tracks/2013/063_iiyatsu.rb', line 12

def initialize
  super
  @name = "「良い奴」"
  @name_romaji = "iiyatsu"
  @nicknames = []
  @play_time = 279 # 04:39
  @arrangers = ["大久保薫"]
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-131218-070",
    :utanet => "http://www.uta-net.com/song/157050/",
  }
  @youtube_links = [
    {
      :title => "スマイレージ 『「良い奴」』(S/mileage[Nice Guy]) (MV)",
      :link => "https://www.youtube.com/watch?v=o3yVG8y6oIc",
    },
    {
      :title => "スマイレージ 『「良い奴」』(S/mileage[Nice Guy]) (Dance Shot Ver.)",
      :link => "https://www.youtube.com/watch?v=xlD51e__7Pw",
    },
  ]
  @itunes_links = [
    {
      :title => "ええか!?/「良い奴」",
      :link => "https://itunes.apple.com/jp/album/id772780890",
    },
  ]
end