Class: QuickbooksWebConnector::SoapWrapper::GetLastError
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::GetLastError
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/getLastError
ticket - SOAP::SOAPString
Instance Attribute Summary collapse
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Method Summary collapse
-
#initialize(ticket = nil) ⇒ GetLastError
constructor
A new instance of GetLastError.
Constructor Details
#initialize(ticket = nil) ⇒ GetLastError
Returns a new instance of GetLastError.
168 169 170 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 168 def initialize(ticket = nil) @ticket = ticket end |
Instance Attribute Details
#ticket ⇒ Object
Returns the value of attribute ticket.
166 167 168 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 166 def ticket @ticket end |