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



552
553
554
555
# File 'lib/AfricasTalking/Payments.rb', line 552

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

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



551
552
553
# File 'lib/AfricasTalking/Payments.rb', line 551

def description
  @description
end

#statusObject (readonly)

Returns the value of attribute status.



551
552
553
# File 'lib/AfricasTalking/Payments.rb', line 551

def status
  @status
end