Class: Dry::Struct::Value
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Dry::Struct::Value
- Defined in:
- lib/dry/struct/value.rb
Constant Summary
Constants inherited from Dry::Struct
Instance Attribute Summary
Attributes included from ClassInterface
#constructor, #constructor_type, #equalizer
Class Method Summary collapse
Methods inherited from Dry::Struct
Methods included from ClassInterface
#attribute, #attributes, #default?, #default_attributes, #inherited, #maybe?, #new, #schema, #try, #valid?
Constructor Details
This class inherits a constructor from Dry::Struct
Class Method Details
.new ⇒ Object
8 9 10 |
# File 'lib/dry/struct/value.rb', line 8 def self.new(*) IceNine.deep_freeze(super) end |