Class: Batch

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#completedAtObject

Returns the value of attribute completedAt.



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

def completedAt
  @completedAt
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#paymentsObject

Returns the value of attribute payments.



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

def payments
  @payments
end

#quoteExpiredAtObject

Returns the value of attribute quoteExpiredAt.



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

def quoteExpiredAt
  @quoteExpiredAt
end

#sentAtObject

Returns the value of attribute sentAt.



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

def sentAt
  @sentAt
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#totalPaymentsObject

Returns the value of attribute totalPayments.



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

def totalPayments
  @totalPayments
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end