Class: ChromeRemoteDebug::Client
- Inherits:
-
Object
- Object
- ChromeRemoteDebug::Client
- Defined in:
- lib/chrome_remote_debug/client.rb
Instance Method Summary collapse
-
#initialize(host, port) ⇒ Client
constructor
A new instance of Client.
- #pages ⇒ Object
Constructor Details
#initialize(host, port) ⇒ Client
Returns a new instance of Client.
6 7 8 9 |
# File 'lib/chrome_remote_debug/client.rb', line 6 def initialize(host, port) @host = host @port = port end |