Class: Bsm::Constrainable::Field::Boolean

Inherits:
Base
  • Object
show all
Defined in:
lib/bsm/constrainable/field/common.rb

Constant Summary collapse

TRUE_VALUES =
["true", "TRUE", "t", "T", "1", 1].to_set.freeze
FALSE_VALUES =
["false", "FALSE", "f", "F", "0", 0].to_set.freeze

Constants inherited from Base

Bsm::Constrainable::Field::Base::DEFAULT_OPERATORS

Instance Attribute Summary

Attributes inherited from Base

#attribute, #name, #operators, #options, #scope

Method Summary

Methods inherited from Base

#convert, #initialize, kind, #merge

Constructor Details

This class inherits a constructor from Bsm::Constrainable::Field::Base