class AnonymizationConfig::TableConfig

Defined in:

crystal-sync/anonymization_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def default? : Bool #

[View source]
def remove(field : Symbol) #

[View source]
def replace(field : Symbol, with_value : String) #

[View source]
def replace(field : Symbol, &block : String -> String) #

[View source]
def replace_proc : Hash(String, String -> String) #

[View source]
def replace_value : Hash(String, String?) #

[View source]
def truncate #

[View source]
def truncate? : Bool #

[View source]