mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update docs for Zerigo DNS list_zones request.
This commit is contained in:
parent
abe7c5dafe
commit
6bd0604aa4
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ module Fog
|
||||||
|
|
||||||
# Get list of all DNS zones hosted on Slicehost (for this account)
|
# Get list of all DNS zones hosted on Slicehost (for this account)
|
||||||
#
|
#
|
||||||
|
# ==== Parameters
|
||||||
|
# * options<~Hash>
|
||||||
|
# * page<~Integer> - Indicates where to begin in your list of zones.
|
||||||
|
# * per_page<~Integer> - The maximum number of zones to be included in the response body
|
||||||
|
#
|
||||||
# ==== Returns
|
# ==== Returns
|
||||||
# * response<~Excon::Response>:
|
# * response<~Excon::Response>:
|
||||||
# * body<~Hash>:
|
# * body<~Hash>:
|
||||||
|
|
Loading…
Reference in a new issue