Method: DBLock#db_handler=

Defined in:
lib/db_lock.rb

#db_handler=(value) ⇒ Object (writeonly)

Sets the attribute db_handler

Parameters:

  • value

    the value to set the attribute db_handler to.



13
14
15
# File 'lib/db_lock.rb', line 13

def db_handler=(value)
  @db_handler = value
end