Exception: RapidApi::ActionController::Errors::NotProcessableError
- Inherits:
-
StandardError
- Object
- StandardError
- RapidApi::ActionController::Errors::NotProcessableError
- Defined in:
- lib/rapid_api/action_controller/errors.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ NotProcessableError
constructor
A new instance of NotProcessableError.
Constructor Details
#initialize(errors) ⇒ NotProcessableError
Returns a new instance of NotProcessableError.
13 14 15 |
# File 'lib/rapid_api/action_controller/errors.rb', line 13 def initialize(errors) @errors = errors end |
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
11 12 13 |
# File 'lib/rapid_api/action_controller/errors.rb', line 11 def errors @errors end |