Class: OsCtl::Image::Operations::Execution::Parallel::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/osctl/image/operations/execution/parallel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



8
9
10
# File 'lib/osctl/image/operations/execution/parallel.rb', line 8

def exception
  @exception
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



8
9
10
# File 'lib/osctl/image/operations/execution/parallel.rb', line 8

def obj
  @obj
end

#return_valueObject

Returns the value of attribute return_value

Returns:

  • (Object)

    the current value of return_value



8
9
10
# File 'lib/osctl/image/operations/execution/parallel.rb', line 8

def return_value
  @return_value
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/osctl/image/operations/execution/parallel.rb', line 8

def status
  @status
end