Module: RendertronRuby::Connection
- Included in:
- Client
- Defined in:
- lib/rendertron_ruby/connection.rb
Instance Method Summary collapse
Instance Method Details
#connection ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/rendertron_ruby/connection.rb', line 3 def connection = { url: "#{scheme}://#{host}" } Faraday.new() end |