Sha256: df22e5a5f85d1cad32a034bcf7b6fbbab813fbd2222bca9cdc47f8f187b8dd86
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of applications available to the user # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#application_list_applications # def list_applications wrapped_request("get", "/1.0/applications", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems