Class: Qbot::Message
- Inherits:
-
Struct
- Object
- Struct
- Qbot::Message
- Defined in:
- lib/qbot/adapter.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#matched ⇒ Object
Returns the value of attribute matched.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
3 4 5 |
# File 'lib/qbot/adapter.rb', line 3 def data @data end |
#matched ⇒ Object
Returns the value of attribute matched
3 4 5 |
# File 'lib/qbot/adapter.rb', line 3 def matched @matched end |
#text ⇒ Object
Returns the value of attribute text
3 4 5 |
# File 'lib/qbot/adapter.rb', line 3 def text @text end |