Module: SimpleParameterStore::Mock::ClassMethods
- Defined in:
- lib/simple_parameter_store/mock.rb
Instance Attribute Summary collapse
-
#mock ⇒ Object
Returns the value of attribute mock.
Instance Method Summary collapse
Instance Attribute Details
#mock ⇒ Object
Returns the value of attribute mock.
36 37 38 |
# File 'lib/simple_parameter_store/mock.rb', line 36 def mock @mock end |
Instance Method Details
#reset_mock ⇒ Object
48 49 50 |
# File 'lib/simple_parameter_store/mock.rb', line 48 def reset_mock @mock = nil end |