Method: Inspec::RunnerMock#backend=

Defined in:
lib/inspec/runner_mock.rb

#backend=(value) ⇒ Object (writeonly)

Sets the attribute backend

Parameters:

  • value

    the value to set the attribute backend to.



8
9
10
# File 'lib/inspec/runner_mock.rb', line 8

def backend=(value)
  @backend = value
end