Class: QBWC::ClientVersionResponse

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

Overview

/clientVersionResponse

clientVersionResult - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clientVersionResult = nil) ⇒ ClientVersionResponse

Returns a new instance of ClientVersionResponse.



65
66
67
# File 'lib/qbwc/soap_wrapper/default.rb', line 65

def initialize(clientVersionResult = nil)
  @clientVersionResult = clientVersionResult
end

Instance Attribute Details

#clientVersionResultObject

Returns the value of attribute clientVersionResult.



63
64
65
# File 'lib/qbwc/soap_wrapper/default.rb', line 63

def clientVersionResult
  @clientVersionResult
end