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