Class: FarmingEngineers::Invoices::Common::HistoryItem

Inherits:
Object
  • Object
show all
Defined in:
lib/farming_engineers/invoices/common.rb

Direct Known Subclasses

Deposit, LineItem, Purchase, Eggs::Delivery

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject (readonly)

Returns the value of attribute date.



16
17
18
# File 'lib/farming_engineers/invoices/common.rb', line 16

def date
  @date
end

#descriptionObject (readonly)

Returns the value of attribute description.



16
17
18
# File 'lib/farming_engineers/invoices/common.rb', line 16

def description
  @description
end

#quantityObject (readonly)

Returns the value of attribute quantity.



16
17
18
# File 'lib/farming_engineers/invoices/common.rb', line 16

def quantity
  @quantity
end

#totalObject (readonly)

Returns the value of attribute total.



16
17
18
# File 'lib/farming_engineers/invoices/common.rb', line 16

def total
  @total
end