Class: Trolley::Batch
- Inherits:
-
Object
- Object
- Trolley::Batch
- Defined in:
- lib/trolley/Batch.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#completedAt ⇒ Object
Returns the value of attribute completedAt.
-
#coverFees ⇒ Object
Returns the value of attribute coverFees.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#payments ⇒ Object
Returns the value of attribute payments.
-
#quoteExpiredAt ⇒ Object
Returns the value of attribute quoteExpiredAt.
-
#sentAt ⇒ Object
Returns the value of attribute sentAt.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#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.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def amount @amount end |
#completedAt ⇒ Object
Returns the value of attribute completedAt.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def completedAt @completedAt end |
#coverFees ⇒ Object
Returns the value of attribute coverFees.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def coverFees @coverFees end |
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def createdAt @createdAt end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def currency @currency end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def id @id end |
#payments ⇒ Object
Returns the value of attribute payments.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def payments @payments end |
#quoteExpiredAt ⇒ Object
Returns the value of attribute quoteExpiredAt.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def quoteExpiredAt @quoteExpiredAt end |
#sentAt ⇒ Object
Returns the value of attribute sentAt.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def sentAt @sentAt end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def @tags end |
#totalPayments ⇒ Object
Returns the value of attribute totalPayments.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def totalPayments @totalPayments end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/Batch.rb', line 3 def updatedAt @updatedAt end |