Class: Nizicon::Members::TsurumiMoe

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



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

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

#blog_uriObject



338
339
340
# File 'lib/nizicon/members.rb', line 338

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

#head_shot_uriObject



341
342
343
# File 'lib/nizicon/members.rb', line 341

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

#hometownObject



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

def hometown; '東京都'; end

#introductionObject



329
330
331
332
333
334
335
336
337
# File 'lib/nizicon/members.rb', line 329

def introduction
  [
      "世界に萌えを発信!",
      "\受信!/",
      "#{hometown}出身#{age}歳。",
      "髪の毛ふわふわ天然ガール。",
      "#{nickname}こと#{name}です。",
  ]
end

#nameObject



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

def name; '鶴見 萌'; end

#nicknameObject Also known as: to_s



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

def nickname; 'もえ'; end

#twitter_idObject



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

def twitter_id; '@tsurumi_moe'; end