Class: Nizicon::Members::NishiNanami

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



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

def birthday; Date.new 1996, 10, 9; end

#blog_uriObject



228
229
230
# File 'lib/nizicon/members.rb', line 228

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

#head_shot_uriObject



231
232
233
# File 'lib/nizicon/members.rb', line 231

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

#hometownObject



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

def hometown; '東京都'; end

#introductionObject



221
222
223
224
225
226
227
# File 'lib/nizicon/members.rb', line 221

def introduction
  [
      "わたしはあまーいチョコレート。あなたの熱気で溶けちゃうの。",
      "虹コン色黒担当、#{hometown}出身#{age}",
      "#{nickname}こと#{name}です。",
  ]
end

#nameObject



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

def name; '西 七海'; end

#nicknameObject Also known as: to_s



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

def nickname; 'ななぴ'; end

#twitter_idObject



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

def twitter_id; '@nishi_nanami'; end