Module: Berater::TestMode

Defined in:
lib/berater/test_mode.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#test_modeObject

Returns the value of attribute test_mode.



6
7
8
# File 'lib/berater/test_mode.rb', line 6

def test_mode
  @test_mode
end

Instance Method Details

#resetObject



16
17
18
19
# File 'lib/berater/test_mode.rb', line 16

def reset
  super
  @test_mode = nil
end