Class: GetProfileResponse

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

Overview

http://pennytel.comgetProfileResponse

getProfileReturn - PennyTelContact

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getProfileReturn = nil) ⇒ GetProfileResponse

Returns a new instance of GetProfileResponse.



690
691
692
# File 'lib/default.rb', line 690

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

Instance Attribute Details

#getProfileReturnObject

Returns the value of attribute getProfileReturn.



688
689
690
# File 'lib/default.rb', line 688

def getProfileReturn
  @getProfileReturn
end