Class: FarmingEngineers::Invoices::Common::HistoryItem
- Inherits:
-
Object
- Object
- FarmingEngineers::Invoices::Common::HistoryItem
- Defined in:
- lib/farming_engineers/invoices/common.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#date ⇒ Object
readonly
Returns the value of attribute date.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#quantity ⇒ Object
readonly
Returns the value of attribute quantity.
-
#total ⇒ Object
readonly
Returns the value of attribute total.
Instance Attribute Details
#date ⇒ Object (readonly)
Returns the value of attribute date.
16 17 18 |
# File 'lib/farming_engineers/invoices/common.rb', line 16 def date @date end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
16 17 18 |
# File 'lib/farming_engineers/invoices/common.rb', line 16 def description @description end |
#quantity ⇒ Object (readonly)
Returns the value of attribute quantity.
16 17 18 |
# File 'lib/farming_engineers/invoices/common.rb', line 16 def quantity @quantity end |
#total ⇒ Object (readonly)
Returns the value of attribute total.
16 17 18 |
# File 'lib/farming_engineers/invoices/common.rb', line 16 def total @total end |