Class: ValidateBankCheckoutResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status_, description_) ⇒ ValidateBankCheckoutResponse

Returns a new instance of ValidateBankCheckoutResponse.



507
508
509
510
# File 'lib/AfricasTalking/Payments.rb', line 507

def initialize status_, description_
		@description = description_
		@status = status_
end

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



506
507
508
# File 'lib/AfricasTalking/Payments.rb', line 506

def description
  @description
end

#statusObject (readonly)

Returns the value of attribute status.



506
507
508
# File 'lib/AfricasTalking/Payments.rb', line 506

def status
  @status
end