Class: Trolley::Invoice
- Inherits:
-
Object
- Object
- Trolley::Invoice
- Defined in:
- lib/trolley/Invoice.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dueAmount ⇒ Object
Returns the value of attribute dueAmount.
-
#dueDate ⇒ Object
Returns the value of attribute dueDate.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
-
#invoiceNumber ⇒ Object
Returns the value of attribute invoiceNumber.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#paidAmount ⇒ Object
Returns the value of attribute paidAmount.
-
#recipientId ⇒ Object
Returns the value of attribute recipientId.
-
#releaseAfter ⇒ Object
Returns the value of attribute releaseAfter.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
-
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def description @description end |
#dueAmount ⇒ Object
Returns the value of attribute dueAmount.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def dueAmount @dueAmount end |
#dueDate ⇒ Object
Returns the value of attribute dueDate.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def dueDate @dueDate end |
#externalId ⇒ Object
Returns the value of attribute externalId.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def externalId @externalId end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def id @id end |
#invoiceDate ⇒ Object
Returns the value of attribute invoiceDate.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def invoiceDate @invoiceDate end |
#invoiceNumber ⇒ Object
Returns the value of attribute invoiceNumber.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def invoiceNumber @invoiceNumber end |
#lines ⇒ Object
Returns the value of attribute lines.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def lines @lines end |
#paidAmount ⇒ Object
Returns the value of attribute paidAmount.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def paidAmount @paidAmount end |
#recipientId ⇒ Object
Returns the value of attribute recipientId.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def recipientId @recipientId end |
#releaseAfter ⇒ Object
Returns the value of attribute releaseAfter.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def releaseAfter @releaseAfter end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def @tags end |
#totalAmount ⇒ Object
Returns the value of attribute totalAmount.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def totalAmount @totalAmount end |
#updatedAt ⇒ Object
Returns the value of attribute updatedAt.
3 4 5 |
# File 'lib/trolley/Invoice.rb', line 3 def updatedAt @updatedAt end |