Class: BatchSummary
- Inherits:
-
Object
- Object
- BatchSummary
- Defined in:
- lib/BatchSummary.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#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
#amount ⇒ Object
Returns the value of attribute amount.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def amount @amount end |
#completedAt ⇒ Object
Returns the value of attribute completedAt.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def completedAt @completedAt end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def createdAt @createdAt end |
#currency ⇒ Object
Returns the value of attribute currency.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def description @description end |
#detail ⇒ Object
Returns the value of attribute detail.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def detail @detail end |
#id ⇒ Object
Returns the value of attribute id.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def id @id end |
#methods ⇒ Object
Returns the value of attribute methods.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def methods @methods end |
#sentAt ⇒ Object
Returns the value of attribute sentAt.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def sentAt @sentAt end |
#status ⇒ Object
Returns the value of attribute status.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def status @status end |
#total ⇒ Object
Returns the value of attribute total.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def total @total end |
#totalPayments ⇒ Object
Returns the value of attribute totalPayments.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def totalPayments @totalPayments end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
2 3 4 |
# File 'lib/BatchSummary.rb', line 2 def updatedAt @updatedAt end |