Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/hyper-operation/transport/active_record.rb

Class Method Summary collapse

Class Method Details

.do_not_synchronizeObject



6
7
8
# File 'lib/hyper-operation/transport/active_record.rb', line 6

def do_not_synchronize
  @do_not_synchronize = true
end

.do_not_synchronize?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/hyper-operation/transport/active_record.rb', line 10

def do_not_synchronize?
  @do_not_synchronize
end