Class: QuickbooksWebConnector::SoapWrapper::GetLastError

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

Overview

/getLastError

ticket - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ticketObject

Returns the value of attribute ticket.



166
167
168
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 166

def ticket
  @ticket
end