Class: Gateway::BoletoTransactionReportFile
- Inherits:
-
Object
- Object
- Gateway::BoletoTransactionReportFile
- Defined in:
- lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb
Instance Attribute Summary collapse
-
#Account ⇒ Object
Returns the value of attribute Account.
-
#Agency ⇒ Object
Returns the value of attribute Agency.
-
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
-
#AmountPaidInCents ⇒ Object
Returns the value of attribute AmountPaidInCents.
-
#BankNumber ⇒ Object
Returns the value of attribute BankNumber.
-
#BarCode ⇒ Object
Returns the value of attribute BarCode.
-
#CreditDate ⇒ Object
Returns the value of attribute CreditDate.
-
#ExpirationDate ⇒ Object
Returns the value of attribute ExpirationDate.
-
#NossoNumero ⇒ Object
Returns the value of attribute NossoNumero.
-
#Order ⇒ Object
Returns the value of attribute Order.
-
#PaymentDate ⇒ Object
Returns the value of attribute PaymentDate.
-
#Status ⇒ Object
Returns the value of attribute Status.
-
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
-
#TransactionReference ⇒ Object
Returns the value of attribute TransactionReference.
Instance Method Summary collapse
-
#initialize ⇒ BoletoTransactionReportFile
constructor
A new instance of BoletoTransactionReportFile.
Constructor Details
#initialize ⇒ BoletoTransactionReportFile
Returns a new instance of BoletoTransactionReportFile.
19 20 21 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 19 def initialize @Order = OrderTransactionReportFile.new end |
Instance Attribute Details
#Account ⇒ Object
Returns the value of attribute Account.
11 12 13 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 11 def Account @Account end |
#Agency ⇒ Object
Returns the value of attribute Agency.
10 11 12 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 10 def Agency @Agency end |
#AmountInCents ⇒ Object
Returns the value of attribute AmountInCents.
14 15 16 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 14 def AmountInCents @AmountInCents end |
#AmountPaidInCents ⇒ Object
Returns the value of attribute AmountPaidInCents.
15 16 17 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 15 def AmountPaidInCents @AmountPaidInCents end |
#BankNumber ⇒ Object
Returns the value of attribute BankNumber.
9 10 11 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 9 def BankNumber @BankNumber end |
#BarCode ⇒ Object
Returns the value of attribute BarCode.
12 13 14 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 12 def BarCode @BarCode end |
#CreditDate ⇒ Object
Returns the value of attribute CreditDate.
17 18 19 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 17 def CreditDate @CreditDate end |
#ExpirationDate ⇒ Object
Returns the value of attribute ExpirationDate.
13 14 15 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 13 def ExpirationDate @ExpirationDate end |
#NossoNumero ⇒ Object
Returns the value of attribute NossoNumero.
8 9 10 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 8 def NossoNumero @NossoNumero end |
#Order ⇒ Object
Returns the value of attribute Order.
4 5 6 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 4 def Order @Order end |
#PaymentDate ⇒ Object
Returns the value of attribute PaymentDate.
16 17 18 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 16 def PaymentDate @PaymentDate end |
#Status ⇒ Object
Returns the value of attribute Status.
7 8 9 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 7 def Status @Status end |
#TransactionKey ⇒ Object
Returns the value of attribute TransactionKey.
5 6 7 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 5 def TransactionKey @TransactionKey end |
#TransactionReference ⇒ Object
Returns the value of attribute TransactionReference.
6 7 8 |
# File 'lib/gateway/BoletoTransaction/boleto_transaction_report_file.rb', line 6 def TransactionReference @TransactionReference end |