Class: FarmingEngineers::Invoices::Common::Invoice
- Inherits:
-
Object
- Object
- FarmingEngineers::Invoices::Common::Invoice
- Extended by:
- InstanceEvalAttr
- Defined in:
- lib/farming_engineers/invoices/common.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#history ⇒ Object
readonly
Returns the value of attribute history.
Instance Method Summary collapse
Methods included from InstanceEvalAttr
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args) ⇒ Object
10 11 12 |
# File 'lib/farming_engineers/invoices/common.rb', line 10 def method_missing(method, *args) history.send(method, *args) end |
Instance Attribute Details
#history ⇒ Object (readonly)
Returns the value of attribute history.
8 9 10 |
# File 'lib/farming_engineers/invoices/common.rb', line 8 def history @history end |