Class: Nizicon::Members::YoshimuraNana

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



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

def birthday; Date.new 1999, 8, 2; end

#blog_uriObject



308
309
310
# File 'lib/nizicon/members.rb', line 308

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

#head_shot_uriObject



311
312
313
# File 'lib/nizicon/members.rb', line 311

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

#hometownObject



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

def hometown; '神奈川県'; end

#introductionObject



301
302
303
304
305
306
307
# File 'lib/nizicon/members.rb', line 301

def introduction
  [
      "あの空に浮かぶ虹のように、みなさんになないろをお届けします。",
      "#{hometown}出身の#{age}歳。",
      "#{nickname}こと#{name}です。",
  ]
end

#nameObject



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

def name; '吉村 菜々'; end

#nicknameObject



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

def nickname; 'なぁな'; end

#to_sObject



315
316
317
# File 'lib/nizicon/members.rb', line 315

def to_s
  'ハム'
end

#twitter_idObject



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

def twitter_id; '@yoshimura_nana'; end