Class: QuickbooksWebConnector::SoapWrapper::ClientVersion

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

Overview

/clientVersion

strVersion - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#strVersionObject

Returns the value of attribute strVersion.



56
57
58
# File 'lib/quickbooks_web_connector/soap_wrapper/default.rb', line 56

def strVersion
  @strVersion
end