Module: BrowserstackCredentials

Instance Method Summary collapse

Instance Method Details

#access_keyObject



6
7
8
# File 'lib/browsenator/remote/browserstack/browserstack_credentials.rb', line 6

def access_key
  ENV['BROWSERSTACK_ACCESS_KEY']
end

#usernameObject



2
3
4
# File 'lib/browsenator/remote/browserstack/browserstack_credentials.rb', line 2

def username
  ENV['BROWSERSTACK_USERNAME']
end