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