Class: QuickbooksWebConnector::SoapWrapper::CloseConnection

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

Overview

/closeConnection

ticket - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ticket = nil) ⇒ CloseConnection

Returns a new instance of CloseConnection.



188
189
190
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 188

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

Instance Attribute Details

#ticketObject

Returns the value of attribute ticket.



186
187
188
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 186

def ticket
  @ticket
end