Class: MakePaymentResponse

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

Overview

http://pennytel.commakePaymentResponse

makePaymentReturn - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(makePaymentReturn = nil) ⇒ MakePaymentResponse

Returns a new instance of MakePaymentResponse.



496
497
498
# File 'lib/default.rb', line 496

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

Instance Attribute Details

#makePaymentReturnObject

Returns the value of attribute makePaymentReturn.



494
495
496
# File 'lib/default.rb', line 494

def makePaymentReturn
  @makePaymentReturn
end