Exception: Cfer::Util::CferValidationError
- Defined in:
- lib/cfer/util/error.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ CferValidationError
constructor
A new instance of CferValidationError.
Constructor Details
#initialize(errors) ⇒ CferValidationError
Returns a new instance of CferValidationError.
8 9 10 11 |
# File 'lib/cfer/util/error.rb', line 8 def initialize(errors) @errors = errors super(errors) end |
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
7 8 9 |
# File 'lib/cfer/util/error.rb', line 7 def errors @errors end |