Class: Kraps::Step
- Inherits:
-
Struct
- Object
- Struct
- Kraps::Step
- Defined in:
- lib/kraps/step.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#before ⇒ Object
Returns the value of attribute before.
-
#block ⇒ Object
Returns the value of attribute block.
-
#dependency ⇒ Object
Returns the value of attribute dependency.
-
#frame ⇒ Object
Returns the value of attribute frame.
-
#jobs ⇒ Object
Returns the value of attribute jobs.
-
#options ⇒ Object
Returns the value of attribute options.
-
#partitioner ⇒ Object
Returns the value of attribute partitioner.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
-
#worker ⇒ Object
Returns the value of attribute worker.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def action @action end |
#before ⇒ Object
Returns the value of attribute before
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def before @before end |
#block ⇒ Object
Returns the value of attribute block
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def block @block end |
#dependency ⇒ Object
Returns the value of attribute dependency
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def dependency @dependency end |
#frame ⇒ Object
Returns the value of attribute frame
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def frame @frame end |
#jobs ⇒ Object
Returns the value of attribute jobs
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def jobs @jobs end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def @options end |
#partitioner ⇒ Object
Returns the value of attribute partitioner
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def partitioner @partitioner end |
#partitions ⇒ Object
Returns the value of attribute partitions
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def partitions @partitions end |
#worker ⇒ Object
Returns the value of attribute worker
2 3 4 |
# File 'lib/kraps/step.rb', line 2 def worker @worker end |