Class: OsCtl::Image::Operations::Execution::Parallel::Item
- Inherits:
-
Struct
- Object
- Struct
- OsCtl::Image::Operations::Execution::Parallel::Item
- Defined in:
- lib/osctl/image/operations/execution/parallel.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#obj ⇒ Object
Returns the value of attribute obj.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
6 7 8 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 6 def block @block end |
#obj ⇒ Object
Returns the value of attribute obj
6 7 8 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 6 def obj @obj end |