Class: Turbine::Pipeline::Split::Branch

Inherits:
Struct
  • Object
show all
Defined in:
lib/turbine/pipeline/split.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pipeObject

Returns the value of attribute pipe

Returns:

  • (Object)

    the current value of pipe



16
17
18
# File 'lib/turbine/pipeline/split.rb', line 16

def pipe
  @pipe
end

#pumpObject

Returns the value of attribute pump

Returns:

  • (Object)

    the current value of pump



16
17
18
# File 'lib/turbine/pipeline/split.rb', line 16

def pump
  @pump
end