Class: Masking::Config::TargetColumns::Method::Type::Boolean

Inherits:
Base
  • Object
show all
Defined in:
lib/masking/config/target_columns/method/type/boolean.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Masking::Config::TargetColumns::Method::Type::Base

Instance Method Details

#call(_sql_value) ⇒ Object



11
12
13
# File 'lib/masking/config/target_columns/method/type/boolean.rb', line 11

def call(_sql_value)
  boolean_format.to_s
end