Sha256: 85b908b0a41480bcfa4e038db72f4df2859d2b2ff01e4aa38c34aea738089e5f
Contents?: true
Size: 458 Bytes
Versions: 7
Compression:
Stored size: 458 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of server groups owned by the account. # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#server_group_list_server_groups # def list_server_groups wrapped_request("get", "/1.0/server_groups", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems