Class: BoltSpec::Plans::MockPuppetDBClient

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

Overview

Provided as a class so expectations can be placed on it.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ MockPuppetDBClient

Returns a new instance of MockPuppetDBClient.



216
217
218
# File 'lib/bolt_spec/plans.rb', line 216

def initialize(config)
  @config = config
end

Instance Attribute Details

#configObject (readonly)

Returns the value of attribute config.



214
215
216
# File 'lib/bolt_spec/plans.rb', line 214

def config
  @config
end