Class: QQBot::GroupMember
- Inherits:
-
Object
- Object
- QQBot::GroupMember
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#city ⇒ Object
Returns the value of attribute city.
-
#client_type ⇒ Object
Returns the value of attribute client_type.
-
#country ⇒ Object
Returns the value of attribute country.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_vip ⇒ Object
Returns the value of attribute is_vip.
-
#markname ⇒ Object
Returns the value of attribute markname.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#status ⇒ Object
Returns the value of attribute status.
-
#vip_level ⇒ Object
Returns the value of attribute vip_level.
Instance Attribute Details
#city ⇒ Object
Returns the value of attribute city.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def city @city end |
#client_type ⇒ Object
Returns the value of attribute client_type.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def client_type @client_type end |
#country ⇒ Object
Returns the value of attribute country.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def country @country end |
#gender ⇒ Object
Returns the value of attribute gender.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def gender @gender end |
#id ⇒ Object
Returns the value of attribute id.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def id @id end |
#is_vip ⇒ Object
Returns the value of attribute is_vip.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def is_vip @is_vip end |
#markname ⇒ Object
Returns the value of attribute markname.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def markname @markname end |
#nickname ⇒ Object
Returns the value of attribute nickname.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def nickname @nickname end |
#status ⇒ Object
Returns the value of attribute status.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def status @status end |
#vip_level ⇒ Object
Returns the value of attribute vip_level.
43 44 45 |
# File 'lib/qqbot/model.rb', line 43 def vip_level @vip_level end |