Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
connected?
method to runner client (#565)
Add a `connected?` method to `RunnerClient`, so that we can make checks without having to use `is_a?`. I also made `send_notification` and `make_request` private. They were not supposed to be public in the first place.
- Loading branch information