Sha256: e5e9db14492bb6e26257c400fb6040c566ea7403873a485079d2b6751e684d15
Contents?: true
Size: 408 Bytes
Versions: 5
Compression:
Stored size: 408 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of zones available to the account. # # # @return [Hash] The JSON response parsed to a Hash # # @see https://api.gb1.brightbox.com/1.0/#zone_list_zones # def list_zones request("get", "/1.0/zones", [200]) end end end end end
Version data entries
5 entries across 5 versions & 4 rubygems