Class: Nizicon::Members::NishiNanami
- Inherits:
-
Object
- Object
- Nizicon::Members::NishiNanami
- 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
218 |
# File 'lib/nizicon/members.rb', line 218 def birthday; Date.new 1996, 10, 9; end |
#blog_uri ⇒ Object
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_uri ⇒ Object
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 |
#hometown ⇒ Object
219 |
# File 'lib/nizicon/members.rb', line 219 def hometown; '東京都'; end |
#introduction ⇒ Object
221 222 223 224 225 226 227 |
# File 'lib/nizicon/members.rb', line 221 def introduction [ "わたしはあまーいチョコレート。あなたの熱気で溶けちゃうの。", "虹コン色黒担当、#{hometown}出身#{age}歳", "#{nickname}こと#{name}です。", ] end |
#name ⇒ Object
216 |
# File 'lib/nizicon/members.rb', line 216 def name; '西 七海'; end |
#nickname ⇒ Object Also known as: to_s
217 |
# File 'lib/nizicon/members.rb', line 217 def nickname; 'ななぴ'; end |
#twitter_id ⇒ Object
220 |
# File 'lib/nizicon/members.rb', line 220 def twitter_id; '@nishi_nanami'; end |