Class: Calabash::Cucumber::Connection

Inherits:
Object
  • Object
show all
Includes:
HTTPHelpers, Singleton
Defined in:
lib/calabash-cucumber/connection.rb

Constant Summary

Constants included from HTTPHelpers

HTTPHelpers::CAL_HTTP_RETRY_COUNT, HTTPHelpers::RETRYABLE_ERRORS

Instance Method Summary collapse

Methods included from HTTPHelpers

#http, #init_request, #make_http_request, #url_for

Instance Method Details

#clientObject



10
11
12
# File 'lib/calabash-cucumber/connection.rb', line 10

def client
  @http
end