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:
parent
89c2a75e33
commit
2f01d08095
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue