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.
44 45 46 |
# File 'lib/simple_parameter_store/mock.rb', line 44 def mock @mock end |
Instance Method Details
#reset_mock ⇒ Object
56 57 58 |
# File 'lib/simple_parameter_store/mock.rb', line 56 def reset_mock @mock = nil end |