Class: Akatus::PaymentOption

Inherits:
Object
  • Object
show all
Includes:
Transferrable
Defined in:
lib/akatus/payment_option.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Transferrable

included, #initialize, #to_payload

Instance Attribute Details

#codeObject

Returns the value of attribute code.



4
5
6
# File 'lib/akatus/payment_option.rb', line 4

def code
  @code
end

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/akatus/payment_option.rb', line 4

def description
  @description
end

#installmentsObject

Returns the value of attribute installments.



4
5
6
# File 'lib/akatus/payment_option.rb', line 4

def installments
  @installments
end