mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix documentation.
This commit is contained in:
parent
f5cd3e3618
commit
ee09f5709b
1 changed files with 5 additions and 4 deletions
|
@ -8,10 +8,11 @@ module Fog
|
|||
# ==== Returns
|
||||
# * response<~Excon::Response>:
|
||||
# * body<~Hash>:
|
||||
# * 'id'<~Integer> - Id of the address
|
||||
# * 'ip'<~String> - Floating IP of the address
|
||||
# * 'instance_id'<~String> - Id of the associated server instance
|
||||
# * 'fixed_ip'<~String> - Fixed IP of the address
|
||||
# * 'floating_ip'<~Hash> -
|
||||
# * 'id'<~Integer> - Id of the address
|
||||
# * 'ip'<~String> - Floating IP of the address
|
||||
# * 'instance_id'<~String> - Id of the associated server instance
|
||||
# * 'fixed_ip'<~String> - Fixed IP of the address
|
||||
def allocate_address
|
||||
|
||||
request(
|
||||
|
|
Loading…
Reference in a new issue