Class: Nizicon::Members::SuyamaEmiri

Inherits:
Object
  • Object
show all
Includes:
Util, Singleton
Defined in:
lib/nizicon/members.rb

Instance Method Summary collapse

Methods included from Util

#age, #to_hash

Instance Method Details

#birthdayObject



165
# File 'lib/nizicon/members.rb', line 165

def birthday; Date.new 1999, 5, 26; end

#blog_uriObject



175
176
177
# File 'lib/nizicon/members.rb', line 175

def blog_uri
  URI.parse("http://ameblo.jp/2zicon/theme-10083290724.html")
end

#head_shot_uriObject



178
179
180
# File 'lib/nizicon/members.rb', line 178

def head_shot_uri
  URI.parse("http://pixiv-pro.com/2zicon/wp-content/uploads/2014/07/suyama-600x620.jpg")
end

#hometownObject



166
# File 'lib/nizicon/members.rb', line 166

def hometown; '東京都'; end

#introductionObject



168
169
170
171
172
173
174
# File 'lib/nizicon/members.rb', line 168

def introduction
  [
      "どこまでいってもマイペースなアイドルルーキー。あなたの新人王を狙います。",
      "#{hometown}出身の#{age}歳。",
      "#{nickname}こと#{name}です。",
  ]
end

#nameObject



163
# File 'lib/nizicon/members.rb', line 163

def name; '陶山 恵実里'; end

#nicknameObject Also known as: to_s



164
# File 'lib/nizicon/members.rb', line 164

def nickname; 'えみりぃ'; end

#twitter_idObject



167
# File 'lib/nizicon/members.rb', line 167

def twitter_id; '@suyama_emiri'; end