Class: ActiveVlc::Stage::Gather

Inherits:
Base
  • Object
show all
Defined in:
lib/activevlc/stage/gather.rb

Constant Summary

Constants included from PipelineDump

PipelineDump::TAB_WIDTH

Instance Attribute Summary

Attributes inherited from Base

#options, #type

Attributes included from Parametric

#parameters

Instance Method Summary collapse

Methods inherited from Base

#[], #[]=, #fragment

Methods included from Parametric

#has_missing_parameter?, #visit

Methods included from PipelineDump

#_dump, #_dump_depth, #_find_in_ancestors

Constructor Details

#initializeGather

Returns a new instance of Gather.



14
15
16
# File 'lib/activevlc/stage/gather.rb', line 14

def initialize
  super :gather
end