Class: Nizicon::Members::KinoshitaHiyori
- Inherits:
-
Object
- Object
- Nizicon::Members::KinoshitaHiyori
- 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
139 |
# File 'lib/nizicon/members.rb', line 139 def birthday; Date.new 1997, 12, 9; end |
#blog_uri ⇒ Object
149 150 151 |
# File 'lib/nizicon/members.rb', line 149 def blog_uri URI.parse("http://ameblo.jp/2zicon/theme-10083290721.html") end |
#head_shot_uri ⇒ Object
152 153 154 |
# File 'lib/nizicon/members.rb', line 152 def head_shot_uri URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/kinoshita-600x620.jpg") end |
#hometown ⇒ Object
140 |
# File 'lib/nizicon/members.rb', line 140 def hometown; '東京都'; end |
#introduction ⇒ Object
142 143 144 145 146 147 148 |
# File 'lib/nizicon/members.rb', line 142 def introduction [ "あなたのハートをチューニング。恋のスリーコードを奏でます。", "#{hometown}出身#{age}歳。", "#{name}です。#{nickname}って呼んでください。", ] end |
#name ⇒ Object
137 |
# File 'lib/nizicon/members.rb', line 137 def name; '木下 ひより'; end |
#nickname ⇒ Object Also known as: to_s
138 |
# File 'lib/nizicon/members.rb', line 138 def nickname; 'ひよりん'; end |
#twitter_id ⇒ Object
141 |
# File 'lib/nizicon/members.rb', line 141 def twitter_id; '@kinosita_hiyori'; end |