Class: OsCtl::Image::Operations::Execution::Parallel::Result
- Inherits:
-
Struct
- Object
- Struct
- OsCtl::Image::Operations::Execution::Parallel::Result
- Defined in:
- lib/osctl/image/operations/execution/parallel.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#obj ⇒ Object
Returns the value of attribute obj.
-
#return_value ⇒ Object
Returns the value of attribute return_value.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
7 8 9 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 7 def exception @exception 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 |
#return_value ⇒ Object
Returns the value of attribute return_value
7 8 9 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 7 def return_value @return_value end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/osctl/image/operations/execution/parallel.rb', line 7 def status @status end |