Sha256: c50ee5e1577c1da3d6d1e6d4cccdf0181fa03be1fa58bc1f86dba43e8376a433
Contents?: true
Size: 454 Bytes
Versions: 66
Compression:
Stored size: 454 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
66 entries across 66 versions & 4 rubygems