Sha256: 07739a3a3b586ff5000cbf71d2c28ea3c955ea2f8a63b685733b0cb13decb8e6

Contents?: true

Size: 594 Bytes

Versions: 7

Compression:

Stored size: 594 Bytes

Contents

# frozen_string_literal: true

require 'calendly/models/model_utils'

module Calendly
  # Calendly's InviteeQuestionAndAnswer model.
  # An individual form question and response.
  class InviteeQuestionAndAnswer
    include ModelUtils

    # @return [String]
    # The question from the event booking confirmation form.
    attr_accessor :question
    # @return [String]
    # The answer supplied by the invitee to this question.
    attr_accessor :answer
    # @return [Integer]
    # The position of this question in the event booking confirmation form.
    attr_accessor :position
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
calendly-0.5.2 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.5.1 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.5.0 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.4.2 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.4.1 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.4.0 lib/calendly/models/invitee_question_and_answer.rb
calendly-0.3.0 lib/calendly/models/invitee_question_and_answer.rb