Sha256: 75e206ad1e4c526126c86db155a29742d58bad2f5a2b3ebe0908e3c894f829db
Contents?: true
Size: 472 Bytes
Versions: 7
Compression:
Stored size: 472 Bytes
Contents
module Fog module Compute class Brightbox class Real # Lists all collaborations the user is involved with # # # @return [Hash] if successful Hash version of JSON object # # @see https://api.gb1.brightbox.com/1.0/#user_collaboration_list_user_collaborations # def list_user_collaborations wrapped_request("get", "/1.0/user/collaborations", [200]) end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems