Class: Nizicon::Members::NemotoNagi
- Inherits:
-
Object
- Object
- Nizicon::Members::NemotoNagi
- 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)
- #pixiv_id ⇒ Object
- #twitter_id ⇒ Object
Methods included from Util
Instance Method Details
#birthday ⇒ Object
244 |
# File 'lib/nizicon/members.rb', line 244 def birthday; Date.new 1999, 3, 15; end |
#blog_uri ⇒ Object
256 257 258 |
# File 'lib/nizicon/members.rb', line 256 def blog_uri URI.parse("http://ameblo.jp/2zicon/theme-10083290733.html") end |
#head_shot_uri ⇒ Object
259 260 261 |
# File 'lib/nizicon/members.rb', line 259 def head_shot_uri URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/nemoto-600x620.jpg") end |
#hometown ⇒ Object
245 |
# File 'lib/nizicon/members.rb', line 245 def hometown; '茨城県'; end |
#introduction ⇒ Object
248 249 250 251 252 253 254 255 |
# File 'lib/nizicon/members.rb', line 248 def introduction [ "みんなのハートを#{nickname}色に染めちゃってもよかっぺか?", "\ぺー!/", "#{hometown}出身世間知らずの#{age}歳。", "#{nickname}こと#{name}です。", ] end |
#name ⇒ Object
242 |
# File 'lib/nizicon/members.rb', line 242 def name; '根本 凪'; end |
#nickname ⇒ Object Also known as: to_s
243 |
# File 'lib/nizicon/members.rb', line 243 def nickname; 'ねも'; end |
#pixiv_id ⇒ Object
247 |
# File 'lib/nizicon/members.rb', line 247 def pixiv_id; '11797412'; end |
#twitter_id ⇒ Object
246 |
# File 'lib/nizicon/members.rb', line 246 def twitter_id; '@nemoto_nagi'; end |