Class: AgentC::Pipeline::Step
- Inherits:
-
Data
- Object
- Data
- AgentC::Pipeline::Step
- Defined in:
- lib/agent_c/pipeline.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
20 21 22 |
# File 'lib/agent_c/pipeline.rb', line 20 def block @block end |
#name ⇒ Object (readonly)
Returns the value of attribute name
20 21 22 |
# File 'lib/agent_c/pipeline.rb', line 20 def name @name end |