Method: CoreLibrary::ResponseHandler#is_xml_response

Defined in:
lib/apimatic-core/response_handler.rb

#is_xml_response(is_xml_response) ⇒ ResponseHandler

Set the is_xml_response property.

Parameters:

  • is_xml_response (Boolean)

    Flag if the response is XML.

Returns:



114
115
116
117
# File 'lib/apimatic-core/response_handler.rb', line 114

def is_xml_response(is_xml_response)
  @is_xml_response = is_xml_response
  self
end