Class: Gemstash::Web

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/gemstash/web.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#http_client_for(server_url) ⇒ Object



24
25
26
# File 'lib/gemstash/web.rb', line 24

def http_client_for(server_url)
  @http_client_builder.for(server_url)
end