Method: AntiSmoker::HttpTest#uri

Defined in:
lib/antismoker/tests/http.rb

#uriObject



50
51
52
# File 'lib/antismoker/tests/http.rb', line 50

def uri
  URI::HTTP.build(:host => host, :port => port, :path => path)
end