Class: OsCtl::Image::Operations::Test::Run::Status
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - OsCtl::Image::Operations::Test::Run::Status
 
 
- Defined in:
 - lib/osctl/image/operations/test/run.rb
 
Instance Attribute Summary collapse
- 
  
    
      #exitstatus  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute exitstatus.
 - 
  
    
      #image  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute image.
 - 
  
    
      #output  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute output.
 - 
  
    
      #success  ⇒ Object 
    
    
      (also: #success?, #ok?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute success.
 - 
  
    
      #test  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute test.
 
Instance Attribute Details
#exitstatus ⇒ Object
Returns the value of attribute exitstatus
      7 8 9  | 
    
      # File 'lib/osctl/image/operations/test/run.rb', line 7 def exitstatus @exitstatus end  | 
  
#image ⇒ Object
Returns the value of attribute image
      7 8 9  | 
    
      # File 'lib/osctl/image/operations/test/run.rb', line 7 def image @image end  | 
  
#output ⇒ Object
Returns the value of attribute output
      7 8 9  | 
    
      # File 'lib/osctl/image/operations/test/run.rb', line 7 def output @output end  | 
  
#success ⇒ Object Also known as: success?, ok?
Returns the value of attribute success
      7 8 9  | 
    
      # File 'lib/osctl/image/operations/test/run.rb', line 7 def success @success end  | 
  
#test ⇒ Object
Returns the value of attribute test
      7 8 9  | 
    
      # File 'lib/osctl/image/operations/test/run.rb', line 7 def test @test end  |