Class: Nizicon::Members::MatobaKarin

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



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

def birthday; Date.new 2000, 12, 30; end

#blog_uriObject



282
283
284
# File 'lib/nizicon/members.rb', line 282

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

#head_shot_uriObject



285
286
287
# 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

#hometownObject



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

def hometown; '埼玉県'; end

#introductionObject



275
276
277
278
279
280
281
# File 'lib/nizicon/members.rb', line 275

def introduction
  [
      "#{hometown}からやってきた最年少の#{age}歳。#{nickname}ってよんでもいいよ。",
      "#{nickname}ー!/",
      "ダンスと梅干しが大好きな#{name}です。",
  ]
end

#nameObject



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

def name; '的場 華鈴'; end

#nicknameObject Also known as: to_s



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

def nickname; 'かりんさま'; end

#twitter_idObject



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

def twitter_id; '@matoba_karin'; end