Class: QuickbooksWebConnector::SoapWrapper::ServerVersion

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

Overview

/serverVersion

strVersion - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#strVersionObject

Returns the value of attribute strVersion.



36
37
38
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 36

def strVersion
  @strVersion
end