Class: Parametron::ParamsValidator::OptionalParameter
- Inherits:
-
GenericParameter
- Object
- Struct
- GenericParameter
- Parametron::ParamsValidator::OptionalParameter
- Defined in:
- lib/parametron/params_validator.rb
Instance Method Summary collapse
Methods inherited from GenericParameter
Constructor Details
This class inherits a constructor from Parametron::ParamsValidator::GenericParameter
Instance Method Details
#required? ⇒ Boolean
105 106 107 |
# File 'lib/parametron/params_validator.rb', line 105 def required? false end |