Class: GetAccountResponse

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

Overview

http://pennytel.comgetAccountResponse

getAccountReturn - PennyTelAccount

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getAccountReturn = nil) ⇒ GetAccountResponse

Returns a new instance of GetAccountResponse.



133
134
135
# File 'lib/default.rb', line 133

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

Instance Attribute Details

#getAccountReturnObject

Returns the value of attribute getAccountReturn.



131
132
133
# File 'lib/default.rb', line 131

def getAccountReturn
  @getAccountReturn
end