Class: Nizicon::Members::ShigematsuYuka

Inherits:
Object
  • Object
show all
Includes:
Util, Singleton
Defined in:
lib/nizicon/members.rb

Instance Method Summary collapse

Methods included from Util

#age, #to_hash

Instance Method Details

#birthdayObject



86
# File 'lib/nizicon/members.rb', line 86

def birthday; Date.new 1996, 5, 20; end

#blog_uriObject



96
97
98
# File 'lib/nizicon/members.rb', line 96

def blog_uri
  URI.parse("http://ameblo.jp/2zicon/theme-10083290705.html")
end

#head_shot_uriObject



99
100
101
# File 'lib/nizicon/members.rb', line 99

def head_shot_uri
  URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/shigematsu-600x620.jpg")
end

#hometownObject



87
# File 'lib/nizicon/members.rb', line 87

def hometown; '福岡県'; end

#introductionObject



89
90
91
92
93
94
95
# File 'lib/nizicon/members.rb', line 89

def introduction
  [
      "博多からきたダイヤモンドの原石。みーんなの愛で輝かせてほしいと。",
      "#{hometown}出身の#{age}歳。",
      "#{nickname}こと#{name}です。",
  ]
end

#nameObject



84
# File 'lib/nizicon/members.rb', line 84

def name; '重松 佑佳'; end

#nicknameObject Also known as: to_s



85
# File 'lib/nizicon/members.rb', line 85

def nickname; 'しげちー'; end

#positionObject



83
# File 'lib/nizicon/members.rb', line 83

def position; '副委員長'; end

#twitter_idObject



88
# File 'lib/nizicon/members.rb', line 88

def twitter_id; '@shigematsu_yuka'; end