1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[glesys] ip details should be ip details, not listfree

This commit is contained in:
Simon Gate 2013-02-01 12:56:23 +01:00
parent 89c2a75e33
commit 2f01d08095

View file

@ -3,8 +3,8 @@ module Fog
class Glesys
class Real
def ip_list_free(params)
request("/ip/listfree", params)
def ip_details(params)
request("/ip/details", params)
end
end