Class: QuickbooksWebConnector::SoapWrapper::ReceiveResponseXMLResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/quickbooks_web_connector/soap_wrapper/default.rb

Overview

/receiveResponseXMLResponse

receiveResponseXMLResult - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(receiveResponseXMLResult = nil) ⇒ ReceiveResponseXMLResponse

Returns a new instance of ReceiveResponseXMLResponse.



132
133
134
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 132

def initialize(receiveResponseXMLResult = nil)
  @receiveResponseXMLResult = receiveResponseXMLResult
end

Instance Attribute Details

#receiveResponseXMLResultObject

Returns the value of attribute receiveResponseXMLResult.



130
131
132
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 130

def receiveResponseXMLResult
  @receiveResponseXMLResult
end