Sha256: 018bd1bb43976a8810078b21f99523a74eb0a206b6b852387c82991eaed31636
Contents?: true
Size: 599 Bytes
Versions: 13
Compression:
Stored size: 599 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of zones available to the account. # # @param [Hash] options # @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded. # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#zone_list_zones # def list_zones(options = {}) wrapped_request("get", "/1.0/zones", [200], options) end end end end end
Version data entries
13 entries across 11 versions & 2 rubygems