Class: Fusion::Pipe
- Inherits:
-
Struct
- Object
- Struct
- Fusion::Pipe
- Defined in:
- lib/fusion.rb
Overview
left | right
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
222 223 224 |
# File 'lib/fusion.rb', line 222 def left @left end |
#right ⇒ Object
Returns the value of attribute right
222 223 224 |
# File 'lib/fusion.rb', line 222 def right @right end |