Module: Abbish::Sequel::Plugins::Model::RecordProtection::ClassMethods

Defined in:
lib/model/record_protection.rb

Instance Method Summary collapse

Instance Method Details

#record_protection_optionsObject



26
27
28
# File 'lib/model/record_protection.rb', line 26

def record_protection_options
  @record_protection_options
end

#record_protection_options=(options) ⇒ Object



22
23
24
# File 'lib/model/record_protection.rb', line 22

def record_protection_options=(options)
  @record_protection_options = options
end