Class: Slack::Web::Api::Error
- Inherits:
-
Faraday::Error
- Object
- Faraday::Error
- Slack::Web::Api::Error
- Defined in:
- lib/slack/web/api/error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, response = nil) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/slack/web/api/error.rb', line 7 def initialize(, response = nil) @response = response super end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/slack/web/api/error.rb', line 5 def response @response end |