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