class Nizicon::Members::KinoshitaHiyori
Public Instance Methods
birthday()
click to toggle source
# File lib/nizicon/members.rb, line 139 def birthday; Date.new 1997, 12, 9; end
blog_uri()
click to toggle source
# File lib/nizicon/members.rb, line 149 def blog_uri URI.parse("http://ameblo.jp/2zicon/theme-10083290721.html") end
head_shot_uri()
click to toggle source
# File lib/nizicon/members.rb, line 152 def head_shot_uri URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/kinoshita-600x620.jpg") end
hometown()
click to toggle source
# File lib/nizicon/members.rb, line 140 def hometown; '東京都'; end
introduction()
click to toggle source
# File lib/nizicon/members.rb, line 142 def introduction [ "あなたのハートをチューニング。恋のスリーコードを奏でます。", "#{hometown}出身#{age}歳。", "#{name}です。#{nickname}って呼んでください。", ] end
name()
click to toggle source
# File lib/nizicon/members.rb, line 137 def name; '木下 ひより'; end
nickname()
click to toggle source
# File lib/nizicon/members.rb, line 138 def nickname; 'ひよりん'; end
Also aliased as: to_s
twitter_id()
click to toggle source
# File lib/nizicon/members.rb, line 141 def twitter_id; '@kinosita_hiyori'; end