Class: QuickbooksWebConnector::SoapWrapper::ClientVersionResponse
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::ClientVersionResponse
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/clientVersionResponse
clientVersionResult - SOAP::SOAPString
Instance Attribute Summary collapse
-
#clientVersionResult ⇒ Object
Returns the value of attribute clientVersionResult.
Instance Method Summary collapse
-
#initialize(clientVersionResult = nil) ⇒ ClientVersionResponse
constructor
A new instance of ClientVersionResponse.
Constructor Details
#initialize(clientVersionResult = nil) ⇒ ClientVersionResponse
Returns a new instance of ClientVersionResponse.
68 69 70 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 68 def initialize(clientVersionResult = nil) @clientVersionResult = clientVersionResult end |
Instance Attribute Details
#clientVersionResult ⇒ Object
Returns the value of attribute clientVersionResult.
66 67 68 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 66 def clientVersionResult @clientVersionResult end |