Method: Olaf::Fake#initialize

Defined in:
lib/olaf/drivers/fake.rb

#initialize(**config) ⇒ Fake

Returns a new instance of Fake.



5
6
7
8
9
# File 'lib/olaf/drivers/fake.rb', line 5

def initialize(**config)
  @config = config
  @execution_log = []
  @recorded_responses = {}
end