Class: QQBot::DiscussMember
- Inherits:
-
Object
- Object
- QQBot::DiscussMember
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#client_type ⇒ Object
Returns the value of attribute client_type.
-
#id ⇒ Object
Returns the value of attribute id.
-
#nickname ⇒ Object
Returns the value of attribute nickname.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#client_type ⇒ Object
Returns the value of attribute client_type.
55 56 57 |
# File 'lib/qqbot/model.rb', line 55 def client_type @client_type end |
#id ⇒ Object
Returns the value of attribute id.
55 56 57 |
# File 'lib/qqbot/model.rb', line 55 def id @id end |
#nickname ⇒ Object
Returns the value of attribute nickname.
55 56 57 |
# File 'lib/qqbot/model.rb', line 55 def nickname @nickname end |
#status ⇒ Object
Returns the value of attribute status.
55 56 57 |
# File 'lib/qqbot/model.rb', line 55 def status @status end |