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, #off, #on, #once, #to_s, #was_collected?
Methods included from EventEmitter
Constructor Details
#initialize(connection) ⇒ RootChannelOwner
Returns a new instance of RootChannelOwner.
141 142 143 |
# File 'lib/playwright/channel_owner.rb', line 141 def initialize(connection) super(connection, '', '', {}) end |