Class: WFlow::FlowReport

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/w_flow/flow_report.rb

Instance Method Summary collapse

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