Exception: WebexXmlApi::RequestFailed
- Defined in:
- lib/webex_xml_api/exceptions.rb
Overview
Exception raised if request against WebEx Service fails Returns the error received by WebEx XML API Service
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
The reader method for the response object.
Instance Method Summary collapse
-
#initialize(response) ⇒ RequestFailed
constructor
Instantiate an instance of
RequestFailedwith an error Object.
Constructor Details
#initialize(response) ⇒ RequestFailed
Instantiate an instance of RequestFailed with an error Object
18 19 20 |
# File 'lib/webex_xml_api/exceptions.rb', line 18 def initialize(response) @response ||= response end |
Instance Attribute Details
#response ⇒ Object (readonly)
The reader method for the response object
14 15 16 |
# File 'lib/webex_xml_api/exceptions.rb', line 14 def response @response end |