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