Class: BatchSummary

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



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

def amount
  @amount
end

#completedAtObject

Returns the value of attribute completedAt.



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

def completedAt
  @completedAt
end

#createdAtObject

Returns the value of attribute createdAt.



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

def createdAt
  @createdAt
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#detailObject

Returns the value of attribute detail.



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

def detail
  @detail
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#methodsObject

Returns the value of attribute methods.



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

def methods
  @methods
end

#sentAtObject

Returns the value of attribute sentAt.



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

def sentAt
  @sentAt
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#totalObject

Returns the value of attribute total.



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

def total
  @total
end

#totalPaymentsObject

Returns the value of attribute totalPayments.



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

def totalPayments
  @totalPayments
end

#updatedAtObject

Returns the value of attribute updatedAt.



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

def updatedAt
  @updatedAt
end