Sha256: eb9f874a3aff5fb2d2074d7797cf33d743e98fa3e90e6b600dafdb033a828a59
Contents?: true
Size: 457 Bytes
Versions: 7
Compression:
Stored size: 457 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of server types available to the account. # # # @return [Hash] if successful Hash version of JSON object # # @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
7 entries across 7 versions & 2 rubygems