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