Class: Nizicon::Members::MatobaKarin
- Inherits:
-
Object
- Object
- Nizicon::Members::MatobaKarin
- 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
272 |
# File 'lib/nizicon/members.rb', line 272 def birthday; Date.new 2000, 12, 30; end |
#blog_uri ⇒ Object
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_uri ⇒ Object
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 |
#hometown ⇒ Object
273 |
# File 'lib/nizicon/members.rb', line 273 def hometown; '埼玉県'; end |
#introduction ⇒ Object
275 276 277 278 279 280 281 |
# File 'lib/nizicon/members.rb', line 275 def introduction [ "#{hometown}からやってきた最年少の#{age}歳。#{nickname}ってよんでもいいよ。", "\#{nickname}ー!/", "ダンスと梅干しが大好きな#{name}です。", ] end |
#name ⇒ Object
270 |
# File 'lib/nizicon/members.rb', line 270 def name; '的場 華鈴'; end |
#nickname ⇒ Object Also known as: to_s
271 |
# File 'lib/nizicon/members.rb', line 271 def nickname; 'かりんさま'; end |
#twitter_id ⇒ Object
274 |
# File 'lib/nizicon/members.rb', line 274 def twitter_id; '@matoba_karin'; end |