module Browsenator::Remote::Browserstack::BrowserstackCredentials
Public Instance Methods
access_key()
click to toggle source
# File lib/browsenator/remote/browserstack/browserstack_credentials.rb, line 9 def access_key ENV['BROWSERSTACK_ACCESS_KEY'] end
username()
click to toggle source
# File lib/browsenator/remote/browserstack/browserstack_credentials.rb, line 5 def username ENV['BROWSERSTACK_USERNAME'] end