Class: GetVersionResponse

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

Overview

http://pennytel.comgetVersionResponse

getVersionReturn - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getVersionReturn = nil) ⇒ GetVersionResponse

Returns a new instance of GetVersionResponse.



706
707
708
# File 'lib/default.rb', line 706

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

Instance Attribute Details

#getVersionReturnObject

Returns the value of attribute getVersionReturn.



704
705
706
# File 'lib/default.rb', line 704

def getVersionReturn
  @getVersionReturn
end