Module: ENM::Types Private
- Includes:
- Dry::Types
- Defined in:
- lib/enm/types.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Constant Summary collapse
- Database =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Instance(ENM::Database)
- DatabaseMap =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Hash.map(String, Database)
- DefaultDatabase =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Database.optional
- DefaultValue =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Coercible::String.constrained(filled: true)
- Enum =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Instance(ENM::Enum)
- DryMode =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Coercible::Symbol.default(:string).enum(:string, :symbol)