Class: Omnibot::Testing::FakeMessage
- Inherits:
-
Struct
- Object
- Struct
- Omnibot::Testing::FakeMessage
- Defined in:
- lib/omnibot/testing.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/omnibot/testing.rb', line 4 def content @content end |
#tokens ⇒ Object
Returns the value of attribute tokens
4 5 6 |
# File 'lib/omnibot/testing.rb', line 4 def tokens @tokens end |