Class: Nizicon::Members::NagataMinari
- Inherits:
-
Object
- Object
- Nizicon::Members::NagataMinari
- 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)
- #position ⇒ Object
- #twitter_id ⇒ Object
Methods included from Util
Instance Method Details
#birthday ⇒ Object
58 |
# File 'lib/nizicon/members.rb', line 58 def birthday; Date.new 1997, 12, 17; end |
#blog_uri ⇒ Object
69 70 71 |
# File 'lib/nizicon/members.rb', line 69 def blog_uri URI.parse("http://ameblo.jp/2zicon/theme-10083290600.html") end |
#head_shot_uri ⇒ Object
72 73 74 |
# File 'lib/nizicon/members.rb', line 72 def head_shot_uri URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/nagata-600x620.jpg") end |
#hometown ⇒ Object
59 |
# File 'lib/nizicon/members.rb', line 59 def hometown; '山口県'; end |
#introduction ⇒ Object
61 62 63 64 65 66 67 68 |
# File 'lib/nizicon/members.rb', line 61 def introduction [ "今日はみなりんマジックでみんなを笑顔にしちゃるけん。", "#{hometown}出身の#{age}歳。頼れる#{position}。", "\えーっ!/", "アイドルがぶち大好きな#{nickname}こと#{name}です。", ] end |
#name ⇒ Object
56 |
# File 'lib/nizicon/members.rb', line 56 def name; '長田 美成'; end |
#nickname ⇒ Object Also known as: to_s
57 |
# File 'lib/nizicon/members.rb', line 57 def nickname; 'みなりん'; end |
#position ⇒ Object
55 |
# File 'lib/nizicon/members.rb', line 55 def position; '委員長'; end |
#twitter_id ⇒ Object
60 |
# File 'lib/nizicon/members.rb', line 60 def twitter_id; '@nagata_minari'; end |