Class: QQBot::DiscussInfo
- Inherits:
-
Object
- Object
- QQBot::DiscussInfo
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#members ⇒ Object
Returns the value of attribute members.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
51 52 53 |
# File 'lib/qqbot/model.rb', line 51 def id @id end |
#members ⇒ Object
Returns the value of attribute members.
51 52 53 |
# File 'lib/qqbot/model.rb', line 51 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
51 52 53 |
# File 'lib/qqbot/model.rb', line 51 def name @name end |