class WebexXmlApi::RequestFailed
Exception raised if request against WebEx Service fails Returns the error received by WebEx XML API Service @return [Hash] An object with error code and message
Attributes
response[R]
The reader method for the response object
Public Class Methods
new(response)
click to toggle source
Instantiate an instance of RequestFailed
with an error Object @param response [Object] object with response received by WebEx Service
# File lib/webex_xml_api/exceptions.rb, line 18 def initialize(response) @response ||= response end