module Abbish::Sequel::Plugins::Model::SuperRecord::Protection::ClassMethods

Public Instance Methods

record_protection_options() click to toggle source
# File lib/model/super_record/protection.rb, line 27
def record_protection_options
  @record_protection_options
end
record_protection_options=(options) click to toggle source
# File lib/model/super_record/protection.rb, line 23
def record_protection_options=(options)
  @record_protection_options = options
end