Module: SAFT::V2::Types::Types
- Defined in:
- lib/saft/v2/types.rb
Constant Summary collapse
- Date =
Params::Date
- DateTime =
Params::DateTime
- Integer =
Coercible::Integer
- Decimal =
Coercible::Decimal
- Bool =
Params::Bool
- String =
Strict::String
- NonNegativeIntegers =
Types::Integer.constrained(gteq: 0)