Class: PagSeguro::TransactionStatus

Inherits:
Object
  • Object
show all
Includes:
Extensions::MassAssignment
Defined in:
lib/pagseguro/transaction_status.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Extensions::MassAssignment

#initialize

Instance Attribute Details

#codeObject

The transaction status code



6
7
8
# File 'lib/pagseguro/transaction_status.rb', line 6

def code
  @code
end

#dateObject

The date of the status change



9
10
11
# File 'lib/pagseguro/transaction_status.rb', line 9

def date
  @date
end

#notification_codeObject

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