Correct variable used
git-svn-id: file:///home/svn/framework3/trunk@8926 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2d96570ce5
commit
52da4d13bf
|
@ -70,7 +70,7 @@ class APIRequest
|
||||||
@retry_count_max = 10
|
@retry_count_max = 10
|
||||||
@time_out = 30
|
@time_out = 30
|
||||||
@pause = 2
|
@pause = 2
|
||||||
@uri = URI.parse(@req)
|
@uri = URI.parse(@url)
|
||||||
@http = Net::HTTP.new(@uri.host, @uri.port)
|
@http = Net::HTTP.new(@uri.host, @uri.port)
|
||||||
@http.use_ssl = true
|
@http.use_ssl = true
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue