Class: QQBot::GroupInfo
- Inherits:
-
Object
- Object
- QQBot::GroupInfo
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#create_time ⇒ Object
Returns the value of attribute create_time.
-
#id ⇒ Object
Returns the value of attribute id.
-
#markname ⇒ Object
Returns the value of attribute markname.
-
#members ⇒ Object
Returns the value of attribute members.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#name ⇒ Object
Returns the value of attribute name.
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
Instance Attribute Details
#create_time ⇒ Object
Returns the value of attribute create_time.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def create_time @create_time end |
#id ⇒ Object
Returns the value of attribute id.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def id @id end |
#markname ⇒ Object
Returns the value of attribute markname.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def markname @markname end |
#members ⇒ Object
Returns the value of attribute members.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def members @members end |
#memo ⇒ Object
Returns the value of attribute memo.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def memo @memo end |
#name ⇒ Object
Returns the value of attribute name.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def name @name end |
#owner_id ⇒ Object
Returns the value of attribute owner_id.
47 48 49 |
# File 'lib/qqbot/model.rb', line 47 def owner_id @owner_id end |