class Ooz::Model::Stage
Public Instance Methods
sections()
click to toggle source
# File lib/ooz/model/stage.rb, line 11 def sections return [] if !sections? collect_from(flow_node_ids, ooze.sections_hash) end
sections?()
click to toggle source
# File lib/ooz/model/stage.rb, line 7 def sections? flow_node_ids && flow_node_ids.length > 0 end