Sha256: 3b200b96efe28df049302df732ccf444573bf93153eff4013a6ecd4a594b745b
Contents?: true
Size: 457 Bytes
Versions: 12
Compression:
Stored size: 457 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of load balancers owned by the account. # # # @return [Hash] The JSON response parsed to a Hash # # @see https://api.gb1.brightbox.com/1.0/#load_balancer_list_load_balancers # def list_load_balancers wrapped_request("get", "/1.0/load_balancers", [200]) end end end end end
Version data entries
12 entries across 12 versions & 5 rubygems