Sha256: edde7b2582ca1f1a8644277bb64b47eea98a31b609a1ad3691e7faded8ade430

Contents?: true

Size: 433 Bytes

Versions: 4

Compression:

Stored size: 433 Bytes

Contents

# frozen_string_literal: true

require 'calendly/models/model_utils'

module Calendly
  # Calendly's invitee cancellation model.
  # Provides data pertaining to the cancellation of the Invitee.
  class InviteeCancellation
    include ModelUtils

    # @return [String] Name of the person whom canceled.
    attr_accessor :canceled_by

    # @return [String] Reason that the cancellation occurred.
    attr_accessor :reason
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
calendly-0.8.1 lib/calendly/models/invitee_cancellation.rb
calendly-0.8.0 lib/calendly/models/invitee_cancellation.rb
calendly-0.7.0 lib/calendly/models/invitee_cancellation.rb
calendly-0.6.0 lib/calendly/models/invitee_cancellation.rb