Class: BoltSpec::Plans::MockPuppetDBClient
- Inherits:
-
Object
- Object
- BoltSpec::Plans::MockPuppetDBClient
- Defined in:
- lib/bolt_spec/plans.rb
Overview
Provided as a class so expectations can be placed on it.
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ MockPuppetDBClient
constructor
A new instance of MockPuppetDBClient.
Constructor Details
#initialize(config) ⇒ MockPuppetDBClient
Returns a new instance of MockPuppetDBClient.
108 109 110 |
# File 'lib/bolt_spec/plans.rb', line 108 def initialize(config) @config = config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
106 107 108 |
# File 'lib/bolt_spec/plans.rb', line 106 def config @config end |