Class: QuickbooksWebConnector::SoapWrapper::CloseConnection
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::CloseConnection
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/closeConnection
ticket - SOAP::SOAPString
Instance Attribute Summary collapse
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Method Summary collapse
-
#initialize(ticket = nil) ⇒ CloseConnection
constructor
A new instance of CloseConnection.
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
#ticket ⇒ Object
Returns the value of attribute ticket.
186 187 188 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 186 def ticket @ticket end |