Class: GetProfileResponse
- Inherits:
-
Object
- Object
- GetProfileResponse
- Defined in:
- lib/default.rb
Overview
http://pennytel.comgetProfileResponse
getProfileReturn - PennyTelContact
Instance Attribute Summary collapse
-
#getProfileReturn ⇒ Object
Returns the value of attribute getProfileReturn.
Instance Method Summary collapse
-
#initialize(getProfileReturn = nil) ⇒ GetProfileResponse
constructor
A new instance of GetProfileResponse.
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
#getProfileReturn ⇒ Object
Returns the value of attribute getProfileReturn.
688 689 690 |
# File 'lib/default.rb', line 688 def getProfileReturn @getProfileReturn end |