Class: Nizicon::Members::NagataMinari

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



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

def birthday; Date.new 1997, 12, 17; end

#blog_uriObject



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_uriObject



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

#hometownObject



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

def hometown; '山口県'; end

#introductionObject



61
62
63
64
65
66
67
68
# File 'lib/nizicon/members.rb', line 61

def introduction
  [
      "今日はみなりんマジックでみんなを笑顔にしちゃるけん。",
      "#{hometown}出身の#{age}歳。頼れる#{position}",
      "\えーっ!/",
      "アイドルがぶち大好きな#{nickname}こと#{name}です。",
  ]
end

#nameObject



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

def name; '長田 美成'; end

#nicknameObject Also known as: to_s



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

def nickname; 'みなりん'; end

#positionObject



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

def position; '委員長'; end

#twitter_idObject



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

def twitter_id; '@nagata_minari'; end