Module: Vident::Attributes
- Defined in:
- lib/vident/attributes/typed.rb,
lib/vident/attributes/typed.rb,
lib/vident/attributes/types.rb,
lib/vident/attributes/not_typed.rb,
lib/vident/attributes/typed_niling_struct.rb
Overview
Adapts Dry Types to confinus Typed Attributes. We use dry-struct (see ::Core::NilingStruct) but we could probably also use dry-initializer directly, saving us from maintaining the schema.
Defined Under Namespace
Modules: NotTyped, Typed, Types Classes: TypedNilingStruct