Class: BoltSpec::Plans::MockPuppetDBInstance
- Inherits:
-
Object
- Object
- BoltSpec::Plans::MockPuppetDBInstance
- Defined in:
- lib/bolt_spec/plans.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Instance Method Summary collapse
-
#initialize(config) ⇒ MockPuppetDBInstance
constructor
A new instance of MockPuppetDBInstance.
Constructor Details
#initialize(config) ⇒ MockPuppetDBInstance
Returns a new instance of MockPuppetDBInstance.
118 119 120 |
# File 'lib/bolt_spec/plans.rb', line 118 def initialize(config) @config = config end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
116 117 118 |
# File 'lib/bolt_spec/plans.rb', line 116 def config @config end |