Sha256: 6a77ad6841cf585c2579991447ebe328c3dc8f331af209fbc6eff96dc5f8dd3d

Contents?: true

Size: 629 Bytes

Versions: 46

Compression:

Stored size: 629 Bytes

Contents

module Fog
  module Compute
    class Brightbox
      class Real
        # Ends an existing 'accepted' collaboration
        #
        # @param [String] identifier Unique reference to identify the resource
        #
        # @return [Hash] The JSON response parsed to a Hash
        #
        # @see https://api.gb1.brightbox.com/1.0/#user_collaboration_destroy_user_collaboration
        #
        def destroy_user_collaboration(identifier)
          return nil if identifier.nil? || identifier == ""
          wrapped_request("delete", "/1.0/user/collaborations/#{identifier}", [200])
        end

      end
    end
  end
end

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
fog-maestrodev-1.19.0.20140212012611 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-1.19.0 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131209091424 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131209090811 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131206115947 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131205181604 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131127194823 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb
fog-maestrodev-1.18.0.20131126183714 lib/fog/brightbox/requests/compute/destroy_user_collaboration.rb