Sha256: 222ea9976f2a91ca60911b7e7d1ca57edfc13c0a998086b5946a6f09e2b7ada3

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

module Calendly
  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

1 entries across 1 versions & 1 rubygems

Version Path
calendlyr-0.3.3 lib/calendly/objects/invitations.rb