class Nizicon::Members::ShigematsuYuka

Public Instance Methods

birthday() click to toggle source
# File lib/nizicon/members.rb, line 86
def birthday; Date.new 1996, 5, 20; end
blog_uri() click to toggle source
# File lib/nizicon/members.rb, line 96
def blog_uri
  URI.parse("http://ameblo.jp/2zicon/theme-10083290705.html")
end
head_shot_uri() click to toggle source
# 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
hometown() click to toggle source
# File lib/nizicon/members.rb, line 87
def hometown; '福岡県'; end
introduction() click to toggle source
# File lib/nizicon/members.rb, line 89
def introduction
  [
      "博多からきたダイヤモンドの原石。みーんなの愛で輝かせてほしいと。",
      "#{hometown}出身の#{age}歳。",
      "#{nickname}こと#{name}です。",
  ]
end
name() click to toggle source
# File lib/nizicon/members.rb, line 84
def name; '重松 佑佳'; end
nickname() click to toggle source
# File lib/nizicon/members.rb, line 85
def nickname; 'しげちー'; end
Also aliased as: to_s
position() click to toggle source
# File lib/nizicon/members.rb, line 83
def position; '副委員長'; end
to_s()
Alias for: nickname
twitter_id() click to toggle source
# File lib/nizicon/members.rb, line 88
def twitter_id; '@shigematsu_yuka'; end