Class: OsCtl::Image::Operations::Test::Run::Status

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

Instance Attribute Summary collapse

Instance Attribute Details

#exitstatusObject

Returns the value of attribute exitstatus

Returns:

  • (Object)

    the current value of exitstatus



7
8
9
# File 'lib/osctl/image/operations/test/run.rb', line 7

def exitstatus
  @exitstatus
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



7
8
9
# File 'lib/osctl/image/operations/test/run.rb', line 7

def image
  @image
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



7
8
9
# File 'lib/osctl/image/operations/test/run.rb', line 7

def output
  @output
end

#successObject Also known as: success?, ok?

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



7
8
9
# File 'lib/osctl/image/operations/test/run.rb', line 7

def success
  @success
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



7
8
9
# File 'lib/osctl/image/operations/test/run.rb', line 7

def test
  @test
end