Class: Playwright::RootChannelOwner
- Inherits:
- 
      ChannelOwner
      
        - Object
- ChannelOwner
- Playwright::RootChannelOwner
 
- Defined in:
- lib/playwright/channel_owner.rb
Instance Attribute Summary
Attributes inherited from ChannelOwner
Instance Method Summary collapse
- 
  
    
      #initialize(connection)  ⇒ RootChannelOwner 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RootChannelOwner. 
Methods inherited from ChannelOwner
from, from_nullable, #inspect, #to_s
Methods included from EventEmitter
Constructor Details
#initialize(connection) ⇒ RootChannelOwner
Returns a new instance of RootChannelOwner.
| 76 77 78 | # File 'lib/playwright/channel_owner.rb', line 76 def initialize(connection) super(connection, '', '', {}) end |