Class: MOCO::Reports::Cashflow
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- MOCO::Reports::Cashflow
- Defined in:
- lib/moco/entities/reports/cashflow.rb
Overview
Represents a MOCO cashflow report (read-only)
Instance Attribute Summary
Attributes inherited from BaseEntity
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseEntity
#==, #association, #destroy, #eql?, #has_many, #hash, #id, #initialize, #inspect, #reload, #save, #to_h, #to_json, #update
Constructor Details
This class inherits a constructor from MOCO::BaseEntity
Class Method Details
.entity_path ⇒ Object
7 8 9 |
# File 'lib/moco/entities/reports/cashflow.rb', line 7 def self.entity_path "report/cashflow" end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/moco/entities/reports/cashflow.rb', line 11 def to_s "CashflowReport" end |