Sha256: f162fe8e42503cbf55255a1c1dba46281bab012ecc5eddd286f3120b5be22857

Contents?: true

Size: 625 Bytes

Versions: 7

Compression:

Stored size: 625 Bytes

Contents

module Fog
  module Compute
    class Brightbox
      class Real
        # Resends the invitation email to the collaborator
        #
        # @param [String] identifier Unique reference to identify the resource
        #
        # @return [Hash] if successful Hash version of JSON object
        #
        # @see https://api.gb1.brightbox.com/1.0/#collaboration_resend_collaboration
        #
        def resend_collaboration(identifier)
          return nil if identifier.nil? || identifier == ""
          wrapped_request("post", "/1.0/collaborations/#{identifier}/resend", [200])
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-brightbox-0.9.0/lib/fog/brightbox/requests/compute/resend_collaboration.rb
fog-brightbox-0.9.0 lib/fog/brightbox/requests/compute/resend_collaboration.rb
fog-brightbox-0.8.0 lib/fog/brightbox/requests/compute/resend_collaboration.rb
fog-brightbox-0.7.2 lib/fog/brightbox/requests/compute/resend_collaboration.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-brightbox-0.7.1/lib/fog/brightbox/requests/compute/resend_collaboration.rb
fog-brightbox-0.7.1 lib/fog/brightbox/requests/compute/resend_collaboration.rb
fog-brightbox-0.7.0 lib/fog/brightbox/requests/compute/resend_collaboration.rb