# File lib/rhc/helpers.rb, line 213 def client_from_options(opts) RHC::Rest::Client.new({ :url => openshift_rest_endpoint.to_s, :debug => options.debug, :headers => parse_headers(options.header), :timeout => options.timeout, :warn => BOUND_WARNING, }.merge!(ssl_options).merge!(opts)) end