class Nizicon::Members::MatobaKarin

Public Instance Methods

birthday() click to toggle source
# File lib/nizicon/members.rb, line 272
def birthday; Date.new 2000, 12, 30; end
blog_uri() click to toggle source
# File lib/nizicon/members.rb, line 282
def blog_uri
  URI.parse("http://ameblo.jp/2zicon/theme-10083290734.html")
end
head_shot_uri() click to toggle source
# File lib/nizicon/members.rb, line 285
def head_shot_uri
  URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/matoba-600x620.jpg")
end
hometown() click to toggle source
# File lib/nizicon/members.rb, line 273
def hometown; '埼玉県'; end
introduction() click to toggle source
# File lib/nizicon/members.rb, line 275
def introduction
  [
      "#{hometown}からやってきた最年少の#{age}歳。#{nickname}ってよんでもいいよ。",
      "\#{nickname}ー!/",
      "ダンスと梅干しが大好きな#{name}です。",
  ]
end
name() click to toggle source
# File lib/nizicon/members.rb, line 270
def name; '的場 華鈴'; end
nickname() click to toggle source
# File lib/nizicon/members.rb, line 271
def nickname; 'かりんさま'; end
Also aliased as: to_s
to_s()
Alias for: nickname
twitter_id() click to toggle source
# File lib/nizicon/members.rb, line 274
def twitter_id; '@matoba_karin'; end