Class: PagSeguro::TransactionStatus
- Inherits:
-
Object
- Object
- PagSeguro::TransactionStatus
- Includes:
- Extensions::MassAssignment
- Defined in:
- lib/pagseguro/transaction_status.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
The transaction status code.
-
#date ⇒ Object
The date of the status change.
-
#notification_code ⇒ Object
The code of the notification sent when the status changed.
Method Summary
Methods included from Extensions::MassAssignment
Instance Attribute Details
#code ⇒ Object
The transaction status code
6 7 8 |
# File 'lib/pagseguro/transaction_status.rb', line 6 def code @code end |
#date ⇒ Object
The date of the status change
9 10 11 |
# File 'lib/pagseguro/transaction_status.rb', line 9 def date @date end |
#notification_code ⇒ Object
The code of the notification sent when the status changed
12 13 14 |
# File 'lib/pagseguro/transaction_status.rb', line 12 def notification_code @notification_code end |