Method: InspecRspecJson#backend=

Defined in:
lib/inspec/rspec_json_formatter.rb

#backend=(value) ⇒ Object (writeonly)

Sets the attribute backend

Parameters:

  • value

    the value to set the attribute backend to.



98
99
100
# File 'lib/inspec/rspec_json_formatter.rb', line 98

def backend=(value)
  @backend = value
end