Class: ActiveVlc::Stage::Gather
- Defined in:
- lib/activevlc/stage/gather.rb
Constant Summary
Constants included from PipelineDump
Instance Attribute Summary
Attributes inherited from Base
Attributes included from Parametric
Instance Method Summary collapse
-
#initialize ⇒ Gather
constructor
A new instance of Gather.
Methods inherited from Base
Methods included from Parametric
#has_missing_parameter?, #visit
Methods included from PipelineDump
#_dump, #_dump_depth, #_find_in_ancestors
Constructor Details
#initialize ⇒ Gather
Returns a new instance of Gather.
14 15 16 |
# File 'lib/activevlc/stage/gather.rb', line 14 def initialize super :gather end |