Class: Pipetree::Flow::Inspect::Proc

Inherits:
Struct
  • Object
show all
Defined in:
lib/pipetree/flow/inspect.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/pipetree/flow/inspect.rb', line 6

def name
  @name
end

#operatorObject

Returns the value of attribute operator

Returns:

  • (Object)

    the current value of operator



6
7
8
# File 'lib/pipetree/flow/inspect.rb', line 6

def operator
  @operator
end

#procObject

Returns the value of attribute proc

Returns:

  • (Object)

    the current value of proc



6
7
8
# File 'lib/pipetree/flow/inspect.rb', line 6

def proc
  @proc
end