Sha256: 9ac51287214ec16f4cdf5a7db25aa2dafe0c2436335bc998e143cb864bba3d0a
Contents?: true
Size: 422 Bytes
Versions: 7
Compression:
Stored size: 422 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of zones available to the account. # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#zone_list_zones # def list_zones wrapped_request("get", "/1.0/zones", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems