Class: BoltSpec::Plans::MockPuppetDBInstance

Inherits:
Object
  • Object
show all
Defined in:
lib/bolt_spec/plans.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configObject (readonly)

Returns the value of attribute config.



116
117
118
# File 'lib/bolt_spec/plans.rb', line 116

def config
  @config
end