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
7 8 9 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 7 def block @block end |
#obj ⇒ Object
Returns the value of attribute obj
7 8 9 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 7 def obj @obj end |