Class: Playwright::InputType
- Inherits:
-
Object
- Object
- Playwright::InputType
- Defined in:
- lib/playwright/input_type.rb
Instance Method Summary collapse
-
#initialize(channel) ⇒ InputType
constructor
A new instance of InputType.
Constructor Details
#initialize(channel) ⇒ InputType
Returns a new instance of InputType.
3 4 5 |
# File 'lib/playwright/input_type.rb', line 3 def initialize(channel) @channel = channel end |