Class: Omnibot::Testing::FakeTokens

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnibot/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



3
4
5
# File 'lib/omnibot/testing.rb', line 3

def input
  @input
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



3
4
5
# File 'lib/omnibot/testing.rb', line 3

def output
  @output
end