Class: Trolley::BatchSummary
- Inherits:
-
Object
- Object
- Trolley::BatchSummary
- Defined in:
- lib/trolley/BatchSummary.rb
Instance Attribute Summary collapse
-
#accounts ⇒ Object
Returns the value of attribute accounts.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#balances ⇒ Object
Returns the value of attribute balances.
-
#completedAt ⇒ Object
Returns the value of attribute completedAt.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#id ⇒ Object
Returns the value of attribute id.
-
#methods ⇒ Object
Returns the value of attribute methods.
-
#sentAt ⇒ Object
Returns the value of attribute sentAt.
-
#status ⇒ Object
Returns the value of attribute status.
-
#total ⇒ Object
Returns the value of attribute total.
-
#totalPayments ⇒ Object
Returns the value of attribute totalPayments.
-
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
Instance Attribute Details
#accounts ⇒ Object
Returns the value of attribute accounts.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def accounts @accounts end |
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def amount @amount end |
#balances ⇒ Object
Returns the value of attribute balances.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def balances @balances end |
#completedAt ⇒ Object
Returns the value of attribute completedAt.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def completedAt @completedAt end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def createdAt @createdAt end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def description @description end |
#detail ⇒ Object
Returns the value of attribute detail.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def detail @detail end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def id @id end |
#methods ⇒ Object
Returns the value of attribute methods.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def methods @methods end |
#sentAt ⇒ Object
Returns the value of attribute sentAt.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def sentAt @sentAt end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def status @status end |
#total ⇒ Object
Returns the value of attribute total.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def total @total end |
#totalPayments ⇒ Object
Returns the value of attribute totalPayments.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def totalPayments @totalPayments end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/BatchSummary.rb', line 3 def updatedAt @updatedAt end |