Class: QQBot::Group
- Inherits:
-
Object
- Object
- QQBot::Group
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#id ⇒ Object
Returns the value of attribute id.
-
#markname ⇒ Object
Returns the value of attribute markname.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/qqbot/model.rb', line 3 def code @code end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/qqbot/model.rb', line 3 def id @id end |
#markname ⇒ Object
Returns the value of attribute markname.
3 4 5 |
# File 'lib/qqbot/model.rb', line 3 def markname @markname end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/qqbot/model.rb', line 3 def name @name end |