Class: QuickbooksWebConnector::SoapWrapper::ServerVersion
- Inherits:
-
Object
- Object
- QuickbooksWebConnector::SoapWrapper::ServerVersion
- Defined in:
- lib/quickbooks_web_connector/soap_wrapper/default.rb
Overview
/serverVersion
strVersion - SOAP::SOAPString
Instance Attribute Summary collapse
-
#strVersion ⇒ Object
Returns the value of attribute strVersion.
Instance Method Summary collapse
-
#initialize(strVersion = nil) ⇒ ServerVersion
constructor
A new instance of ServerVersion.
Constructor Details
#initialize(strVersion = nil) ⇒ ServerVersion
Returns a new instance of ServerVersion.
38 39 40 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 38 def initialize(strVersion = nil) @strVersion = strVersion end |
Instance Attribute Details
#strVersion ⇒ Object
Returns the value of attribute strVersion.
36 37 38 |
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 36 def strVersion @strVersion end |