Class: Acme::Smileage::Discography::Tracks::PleaseMinisukaPostWoman

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2011/035_please_minisuka_post_woman.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

#initializePleaseMinisukaPostWoman

Returns a new instance of PleaseMinisukaPostWoman.



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
40
# File 'lib/acme/smileage/discography/tracks/2011/035_please_minisuka_post_woman.rb', line 12

def initialize
  super
  @name = "プリーズ ミニスカ ポストウーマン!"
  @name_romaji = "please minisuka post woman!"
  @nicknames = ["PMPW"]
  @play_time = 305 # 05:05
  @arrangers = ["大久保薫"]
  @hpma = HelloProjectMusicAward.new(2012, 5, 913.0, 405)
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-111228-031",
    :utanet => "http://www.uta-net.com/song/123904/",
  }
  @youtube_links = [
    {
      :title => "スマイレージ 『プリーズ ミニスカ ポストウーマン!』 (MV)",
      :link => "https://www.youtube.com/watch?v=EOUi6tndJT0",
    },
  ]
  @itunes_links = [
    {
      :title => "プリーズ ミニスカ ポストウーマン!",
      :link => "https://itunes.apple.com/jp/album/id487501137",
    },
    {
      :title => "スマイレージ ベストアルバム完全版①",
      :link => "https://itunes.apple.com/jp/album/id528168545",
    },
  ]
end