Class: QuickbooksWebConnector::SoapWrapper::ReceiveResponseXML
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::ReceiveResponseXML
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/receiveResponseXML
ticket - SOAP::SOAPString
response - SOAP::SOAPString
hresult - SOAP::SOAPString
- SOAP::SOAPString
Instance Attribute Summary collapse
-
#hresult ⇒ Object
Returns the value of attribute hresult.
-
#message ⇒ Object
Returns the value of attribute message.
-
#response ⇒ Object
Returns the value of attribute response.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Method Summary collapse
-
#initialize(ticket = nil, response = nil, hresult = nil, message = nil) ⇒ ReceiveResponseXML
constructor
A new instance of ReceiveResponseXML.
Constructor Details
#initialize(ticket = nil, response = nil, hresult = nil, message = nil) ⇒ ReceiveResponseXML
Returns a new instance of ReceiveResponseXML.
119 120 121 122 123 124 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 119 def initialize(ticket = nil, response = nil, hresult = nil, = nil) @ticket = ticket @response = response @hresult = hresult @message = end |
Instance Attribute Details
#hresult ⇒ Object
Returns the value of attribute hresult.
116 117 118 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 116 def hresult @hresult end |
#message ⇒ Object
Returns the value of attribute message.
117 118 119 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 117 def @message end |
#response ⇒ Object
Returns the value of attribute response.
115 116 117 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 115 def response @response end |
#ticket ⇒ Object
Returns the value of attribute ticket.
114 115 116 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 114 def ticket @ticket end |