Class: Pipetree::Flow::Inspect::Proc
- Inherits:
-
Struct
- Object
- Struct
- Pipetree::Flow::Inspect::Proc
- Defined in:
- lib/pipetree/flow/inspect.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/pipetree/flow/inspect.rb', line 6 def name @name end |
#operator ⇒ Object
Returns the value of attribute operator
6 7 8 |
# File 'lib/pipetree/flow/inspect.rb', line 6 def operator @operator end |
#proc ⇒ Object
Returns the value of attribute proc
6 7 8 |
# File 'lib/pipetree/flow/inspect.rb', line 6 def proc @proc end |