Class: Nizicon::Members::TsurumiMoe
- Inherits:
-
Object
- Object
- Nizicon::Members::TsurumiMoe
- Includes:
- Util, Singleton
- Defined in:
- lib/nizicon/members.rb
Instance Method Summary collapse
- #birthday ⇒ Object
- #blog_uri ⇒ Object
- #head_shot_uri ⇒ Object
- #hometown ⇒ Object
- #introduction ⇒ Object
- #name ⇒ Object
- #nickname ⇒ Object (also: #to_s)
- #twitter_id ⇒ Object
Methods included from Util
Instance Method Details
#birthday ⇒ Object
326 |
# File 'lib/nizicon/members.rb', line 326 def birthday; Date.new 1996, 12, 5; end |
#blog_uri ⇒ Object
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_uri ⇒ Object
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 |
#hometown ⇒ Object
327 |
# File 'lib/nizicon/members.rb', line 327 def hometown; '東京都'; end |
#introduction ⇒ Object
329 330 331 332 333 334 335 336 337 |
# File 'lib/nizicon/members.rb', line 329 def introduction [ "世界に萌えを発信!", "\受信!/", "#{hometown}出身#{age}歳。", "髪の毛ふわふわ天然ガール。", "#{nickname}こと#{name}です。", ] end |
#name ⇒ Object
324 |
# File 'lib/nizicon/members.rb', line 324 def name; '鶴見 萌'; end |
#nickname ⇒ Object Also known as: to_s
325 |
# File 'lib/nizicon/members.rb', line 325 def nickname; 'もえ'; end |
#twitter_id ⇒ Object
328 |
# File 'lib/nizicon/members.rb', line 328 def twitter_id; '@tsurumi_moe'; end |