Class: EasyParams::Types::StructsCollection
- Inherits:
-
Collection
- Object
- Generic
- Collection
- EasyParams::Types::StructsCollection
- Includes:
- Composition
- Defined in:
- lib/easy_params/types/collection.rb
Overview
base interface for array of structs type
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
Methods included from Composition
Methods inherited from Collection
#[], #coerce, #default, #each, #initialize, #normalize, #of
Methods inherited from Generic
#array?, #coerce, #default, #initialize, #normalize
Constructor Details
This class inherits a constructor from EasyParams::Types::Collection
Instance Method Details
#read_default ⇒ Object
46 47 48 |
# File 'lib/easy_params/types/collection.rb', line 46 def read_default @default end |