Module: Hanami::Model::Types::ClassMethods
- Defined in:
- gems/gems/hanami-model-1.3.2/lib/hanami/model/types.rb
Overview
Class level interface
rubocop:disable Naming/MethodName
Instance Method Summary collapse
-
#Collection(type) ⇒ Object
Define an array of given type.
-
#Entity(type) ⇒ Object
Define an entity of the given type.
Instance Method Details
#Collection(type) ⇒ Object
Define an array of given type