Class: PaymentRails::BatchSummary

Inherits:
Object
  • Object
show all
Defined in:
lib/paymentrails/BatchSummary.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountsObject

Returns the value of attribute accounts.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def accounts
  @accounts
end

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def amount
  @amount
end

#balancesObject

Returns the value of attribute balances.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def balances
  @balances
end

#completedAtObject

Returns the value of attribute completedAt.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def completedAt
  @completedAt
end

#createdAtObject

Returns the value of attribute createdAt.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def createdAt
  @createdAt
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def description
  @description
end

#detailObject

Returns the value of attribute detail.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def detail
  @detail
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def id
  @id
end

#methodsObject

Returns the value of attribute methods.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def methods
  @methods
end

#sentAtObject

Returns the value of attribute sentAt.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def sentAt
  @sentAt
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def status
  @status
end

#totalObject

Returns the value of attribute total.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def total
  @total
end

#totalPaymentsObject

Returns the value of attribute totalPayments.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def totalPayments
  @totalPayments
end

#updatedAtObject

Returns the value of attribute updatedAt.



3
4
5
# File 'lib/paymentrails/BatchSummary.rb', line 3

def updatedAt
  @updatedAt
end