Class: WFlow::FlowReport
- Inherits:
-
Object
- Object
- WFlow::FlowReport
- Extended by:
- Forwardable
- Defined in:
- lib/w_flow/flow_report.rb
Instance Method Summary collapse
-
#initialize(flow) ⇒ FlowReport
constructor
A new instance of FlowReport.
Constructor Details
#initialize(flow) ⇒ FlowReport
Returns a new instance of FlowReport.
7 8 9 |
# File 'lib/w_flow/flow_report.rb', line 7 def initialize(flow) @flow = flow end |