Class: Akatus::Installment
- Inherits:
-
Object
- Object
- Akatus::Installment
- Includes:
- Transferrable
- Defined in:
- lib/akatus/installment.rb
Instance Attribute Summary collapse
-
#quantity ⇒ Object
Returns the value of attribute quantity.
-
#total_amount ⇒ Object
Returns the value of attribute total_amount.
-
#unitary_amount ⇒ Object
Returns the value of attribute unitary_amount.
Method Summary
Methods included from Transferrable
included, #initialize, #to_payload
Instance Attribute Details
#quantity ⇒ Object
Returns the value of attribute quantity.
4 5 6 |
# File 'lib/akatus/installment.rb', line 4 def quantity @quantity end |
#total_amount ⇒ Object
Returns the value of attribute total_amount.
4 5 6 |
# File 'lib/akatus/installment.rb', line 4 def total_amount @total_amount end |
#unitary_amount ⇒ Object
Returns the value of attribute unitary_amount.
4 5 6 |
# File 'lib/akatus/installment.rb', line 4 def unitary_amount @unitary_amount end |