Class: AgentC::Pipeline::Step

Inherits:
Data
  • Object
show all
Defined in:
lib/agent_c/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



20
21
22
# File 'lib/agent_c/pipeline.rb', line 20

def block
  @block
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/agent_c/pipeline.rb', line 20

def name
  @name
end