Class: PagSeguro::PaymentRelease
- Inherits:
-
Object
- Object
- PagSeguro::PaymentRelease
- Includes:
- Extensions::EnsureType, Extensions::MassAssignment
- Defined in:
- lib/pagseguro/payment_release.rb
Instance Attribute Summary collapse
-
#installment ⇒ Object
Set the number of installments.
-
#release_amount ⇒ Object
Set the total amount of the current release.
-
#release_date ⇒ Object
Set the release date.
-
#status ⇒ Object
Set the status of current release.
-
#total_amount ⇒ Object
Set the total amount.
Method Summary
Methods included from Extensions::EnsureType
Methods included from Extensions::MassAssignment
Instance Attribute Details
#installment ⇒ Object
Set the number of installments
7 8 9 |
# File 'lib/pagseguro/payment_release.rb', line 7 def installment @installment end |
#release_amount ⇒ Object
Set the total amount of the current release
13 14 15 |
# File 'lib/pagseguro/payment_release.rb', line 13 def release_amount @release_amount end |
#release_date ⇒ Object
Set the release date
19 20 21 |
# File 'lib/pagseguro/payment_release.rb', line 19 def release_date @release_date end |
#status ⇒ Object
Set the status of current release
16 17 18 |
# File 'lib/pagseguro/payment_release.rb', line 16 def status @status end |
#total_amount ⇒ Object
Set the total amount
10 11 12 |
# File 'lib/pagseguro/payment_release.rb', line 10 def total_amount @total_amount end |