Sha256: ffb15c8a0ac0fd66f50d836f0417d0c13797153bbbb74bfcf2882de16c7bc830
Contents?: true
Size: 447 Bytes
Versions: 12
Compression:
Stored size: 447 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists summary details of applications available to the user # # # @return [Hash] The JSON response parsed to a Hash # # @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
12 entries across 12 versions & 5 rubygems