Exception: Alexa::ResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardError
- Alexa::ResponseError
- Defined in:
- lib/alexa/exceptions.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(message, response) ⇒ ResponseError
Returns a new instance of ResponseError.
12 13 14 15 |
# File 'lib/alexa/exceptions.rb', line 12 def initialize(, response) @response = response super() end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
10 11 12 |
# File 'lib/alexa/exceptions.rb', line 10 def response @response end |