Sha256: f14737150924b39d49fc46f8f8b07cf9f965e4091b617589c646156f6d86c51d

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

module Calendlyr
  class Invitation < Object
    def associated_organization
      @associated_organization ||= Organization.new({"uri" => organization}.merge(client: client))
    end

    def revoke
      associated_organization.revoke_invitation invitation_uuid: uuid
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
calendlyr-0.6.0 lib/calendlyr/objects/invitations.rb
calendlyr-0.5.0 lib/calendlyr/objects/invitations.rb
calendlyr-0.4.0 lib/calendlyr/objects/invitations.rb
calendlyr-0.3.6 lib/calendlyr/objects/invitations.rb
calendlyr-0.3.5 lib/calendlyr/objects/invitations.rb