Sha256: 3074301ab069dbf7011172b715607388176be678788b93c7328dca4d08255166
Contents?: true
Size: 649 Bytes
Versions: 23
Compression:
Stored size: 649 Bytes
Contents
module Fog module Brightbox class Compute class Real # Lists all collaborations the user is involved with # # @param [Hash] options # @option options [Boolean] :nested passed through with the API request. When true nested resources are expanded. # # @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(options = {}) wrapped_request("get", "/1.0/user/collaborations", [200], options) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems