Class: ParamsReady::Value::Coder::Instantiable
- Inherits:
-
AbstractCoder
- Object
- AbstractCoder
- ParamsReady::Value::Coder::Instantiable
- Includes:
- ParamsReady::Value::Coercion
- Defined in:
- lib/params_ready/value/coder.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from ParamsReady::Value::Coercion
Methods inherited from AbstractCoder
Methods included from Extensions::ClassReaderWriter
Class Method Details
.instance(**opts) ⇒ Object
45 46 47 |
# File 'lib/params_ready/value/coder.rb', line 45 def self.instance(**opts) new **opts end |
Instance Method Details
#strict_default? ⇒ Boolean
53 54 55 |
# File 'lib/params_ready/value/coder.rb', line 53 def strict_default? self.class.strict_default? end |
#type_identifier ⇒ Object
49 50 51 |
# File 'lib/params_ready/value/coder.rb', line 49 def type_identifier self.class.type_identifier end |
#value_class_name ⇒ Object
57 58 59 |
# File 'lib/params_ready/value/coder.rb', line 57 def value_class_name self.class.value_class_name end |