Exception: EnvValidator::ValidationErrors
- Defined in:
- lib/env_validator/error.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ ValidationErrors
constructor
A new instance of ValidationErrors.
Constructor Details
#initialize(errors) ⇒ ValidationErrors
Returns a new instance of ValidationErrors.
105 106 107 108 |
# File 'lib/env_validator/error.rb', line 105 def initialize(errors) @errors = errors super() end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
103 104 105 |
# File 'lib/env_validator/error.rb', line 103 def errors @errors end |