Sha256: 37652aa8012a95b4e50a971db245e1343a89a3635648d05ec09aeeb02453a9fb
Contents?: true
Size: 599 Bytes
Versions: 23
Compression:
Stored size: 599 Bytes
Contents
module Fog module Brightbox class Compute 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
23 entries across 23 versions & 1 rubygems