Sha256: 27bff15c3ddcba12fbfbca28ddb6db8b709b466c383c3665c853dcbc2bfb10d7
Contents?: true
Size: 451 Bytes
Versions: 12
Compression:
Stored size: 451 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of server types available to the account. # # # @return [Hash] The JSON response parsed to a Hash # # @see https://api.gb1.brightbox.com/1.0/#server_type_list_server_types # def list_server_types wrapped_request("get", "/1.0/server_types", [200]) end end end end end
Version data entries
12 entries across 12 versions & 5 rubygems