Class: PaymentRails::Batch

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#completedAtObject

Returns the value of attribute completedAt.



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

def completedAt
  @completedAt
end

#coverFeesObject

Returns the value of attribute coverFees.



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

def coverFees
  @coverFees
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#paymentsObject

Returns the value of attribute payments.



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

def payments
  @payments
end

#quoteExpiredAtObject

Returns the value of attribute quoteExpiredAt.



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

def quoteExpiredAt
  @quoteExpiredAt
end

#sentAtObject

Returns the value of attribute sentAt.



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

def sentAt
  @sentAt
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#totalPaymentsObject

Returns the value of attribute totalPayments.



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

def totalPayments
  @totalPayments
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end