Class: QQBot::Friend
- Inherits:
-
Object
- Object
- QQBot::Friend
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#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.
-
#vip_level ⇒ Object
Returns the value of attribute vip_level.
Instance Attribute Details
#category_id ⇒ Object
Returns the value of attribute category_id.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def category_id @category_id end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def id @id end |
#is_vip ⇒ Object
Returns the value of attribute is_vip.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def is_vip @is_vip end |
#markname ⇒ Object
Returns the value of attribute markname.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def markname @markname end |
#nickname ⇒ Object
Returns the value of attribute nickname.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def nickname @nickname end |
#vip_level ⇒ Object
Returns the value of attribute vip_level.
7 8 9 |
# File 'lib/qqbot/model.rb', line 7 def vip_level @vip_level end |