Exception: EnomAPI::ResponseError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EnomAPI::ResponseError
- Defined in:
- lib/enom-api.rb
Overview
API Response error exception
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
Instance Method Summary collapse
-
#initialize(error_messages) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(error_messages) ⇒ ResponseError
Returns a new instance of ResponseError.
13 14 15 |
# File 'lib/enom-api.rb', line 13 def initialize() @messages = end |
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages.
12 13 14 |
# File 'lib/enom-api.rb', line 12 def @messages end |