Method: Quebert::Worker#backend=

Defined in:
lib/quebert/worker.rb

#backend=(value) ⇒ Object

Sets the attribute backend

Parameters:

  • value

    the value to set the attribute backend to.



5
6
7
# File 'lib/quebert/worker.rb', line 5

def backend=(value)
  @backend = value
end