Class: QQBot::Message
- Inherits:
-
Object
- Object
- QQBot::Message
- Defined in:
- lib/qqbot/model.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#font ⇒ Object
Returns the value of attribute font.
-
#from_id ⇒ Object
Returns the value of attribute from_id.
-
#send_id ⇒ Object
Returns the value of attribute send_id.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def content @content end |
#font ⇒ Object
Returns the value of attribute font.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def font @font end |
#from_id ⇒ Object
Returns the value of attribute from_id.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def from_id @from_id end |
#send_id ⇒ Object
Returns the value of attribute send_id.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def send_id @send_id end |
#time ⇒ Object
Returns the value of attribute time.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def time @time end |
#type ⇒ Object
Returns the value of attribute type.
19 20 21 |
# File 'lib/qqbot/model.rb', line 19 def type @type end |