Class: QQBot::UserInfo
- Inherits:
-
Object
- Object
- QQBot::UserInfo
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#birthday ⇒ Object
Returns the value of attribute birthday.
-
#blood ⇒ Object
Returns the value of attribute blood.
-
#city ⇒ Object
Returns the value of attribute city.
-
#college ⇒ Object
Returns the value of attribute college.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#homepage ⇒ Object
Returns the value of attribute homepage.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mobile ⇒ Object
Returns the value of attribute mobile.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#occupation ⇒ Object
Returns the value of attribute occupation.
-
#personal ⇒ Object
Returns the value of attribute personal.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#province ⇒ Object
Returns the value of attribute province.
-
#shengxiao ⇒ Object
Returns the value of attribute shengxiao.
-
#slogan ⇒ Object
Returns the value of attribute slogan.
-
#vip_info ⇒ Object
Returns the value of attribute vip_info.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def account @account end |
#birthday ⇒ Object
Returns the value of attribute birthday.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def birthday @birthday end |
#blood ⇒ Object
Returns the value of attribute blood.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def blood @blood end |
#city ⇒ Object
Returns the value of attribute city.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def city @city end |
#college ⇒ Object
Returns the value of attribute college.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def college @college end |
#country ⇒ Object
Returns the value of attribute country.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def email @email end |
#gender ⇒ Object
Returns the value of attribute gender.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def gender @gender end |
#homepage ⇒ Object
Returns the value of attribute homepage.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def homepage @homepage end |
#id ⇒ Object
Returns the value of attribute id.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def id @id end |
#mobile ⇒ Object
Returns the value of attribute mobile.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def mobile @mobile end |
#nickname ⇒ Object
Returns the value of attribute nickname.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def nickname @nickname end |
#occupation ⇒ Object
Returns the value of attribute occupation.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def occupation @occupation end |
#personal ⇒ Object
Returns the value of attribute personal.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def personal @personal end |
#phone ⇒ Object
Returns the value of attribute phone.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def phone @phone end |
#province ⇒ Object
Returns the value of attribute province.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def province @province end |
#shengxiao ⇒ Object
Returns the value of attribute shengxiao.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def shengxiao @shengxiao end |
#slogan ⇒ Object
Returns the value of attribute slogan.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def slogan @slogan end |
#vip_info ⇒ Object
Returns the value of attribute vip_info.
27 28 29 |
# File 'lib/qqbot/model.rb', line 27 def vip_info @vip_info end |