8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc962f commit 4e47aaeCopy full SHA for 4e4 10000 7aae
README.md
@@ -32,8 +32,7 @@ Creates a new client instance.
32
* `password`: The password for the BrowserStack account.
33
34
``` ruby
35
-settings = {username: "foo", password: "foobar"}
36
-client = Browserstack::Client.new(settings)
+client = Browserstack::Client.new(username: "foo", password: "foobar")
37
```
38
39
###API
@@ -85,7 +84,7 @@ data = client.terminate_worker(worker_id)
85
84
Determines whether the worker is in queue, running or terminated.
86
87
88
-worker = client.worker_status(worker_id)
+worker = client.get_worker_status(worker_id)
89
90
91
* `worker`: A hash representing the current status of the worker and worker properties.
0 commit comments