saucelabs / sauce_whisk

ActiveRecord style client for the Sauce Labs RESTful API
https://opensource.saucelabs.com/sauce_whisk/
MIT License
20 stars 17 forks source link

Provides visibility over tunnel identifier #59

Closed juandelgado closed 5 years ago

juandelgado commented 7 years ago

Hello!

I'm trying to prevent opening the same tunnel from the same machine twice. For that I'm using -i when opening the tunnel via the SauceProxy terminal tool. The REST API returns this value as tunnel_identifier.

But the problem is that sauce_whisk provides no visibility over it. So I've simply added it as another read-only attribute.

I've updated the tunnel spec and looks I haven't broken anything else (yay for me).

Hope it makes sense, any questions please let me know.

Thanks!

DylanLacey commented 5 years ago

Thanks! Sorry for the delay; this is a great contribution.