class ParamsReady::Value::Coder::Instantiable
Public Class Methods
instance(**opts)
click to toggle source
# File lib/params_ready/value/coder.rb, line 45 def self.instance(**opts) new **opts end
Public Instance Methods
strict_default?()
click to toggle source
# File lib/params_ready/value/coder.rb, line 53 def strict_default? self.class.strict_default? end
type_identifier()
click to toggle source
# File lib/params_ready/value/coder.rb, line 49 def type_identifier self.class.type_identifier end