Method: Orchestrate::Client#http

Defined in:
lib/orchestrate/client.rb

#httpFaraday::Connection (readonly)

Returns The Faraday HTTP connection.

Returns:

  • (Faraday::Connection)

    The Faraday HTTP connection.

[View source]

17
18
19
# File 'lib/orchestrate/client.rb', line 17

def http
  @http
end