Class: Selenium::WebDriver::BiDi::Session::Status
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Selenium::WebDriver::BiDi::Session::Status
 
 
- Defined in:
 - lib/selenium/webdriver/bidi/session.rb
 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute message.
 - 
  
    
      #ready  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute ready.
 
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
      24 25 26  | 
    
      # File 'lib/selenium/webdriver/bidi/session.rb', line 24 def @message end  | 
  
#ready ⇒ Object
Returns the value of attribute ready
      24 25 26  | 
    
      # File 'lib/selenium/webdriver/bidi/session.rb', line 24 def ready @ready end  |