Class: QuickbooksWebConnector::SoapWrapper::ClientVersion
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::ClientVersion
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/clientVersion
strVersion - SOAP::SOAPString
Instance Attribute Summary collapse
-
#strVersion ⇒ Object
Returns the value of attribute strVersion.
Instance Method Summary collapse
-
#initialize(strVersion = nil) ⇒ ClientVersion
constructor
A new instance of ClientVersion.
Constructor Details
#initialize(strVersion = nil) ⇒ ClientVersion
Returns a new instance of ClientVersion.
58 59 60 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 58 def initialize(strVersion = nil) @strVersion = strVersion end |
Instance Attribute Details
#strVersion ⇒ Object
Returns the value of attribute strVersion.
56 57 58 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 56 def strVersion @strVersion end |