Class: Fusion::Pipe

Inherits:
Struct
  • Object
show all
Defined in:
lib/fusion.rb

Overview

left | right

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



222
223
224
# File 'lib/fusion.rb', line 222

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



222
223
224
# File 'lib/fusion.rb', line 222

def right
  @right
end