class Calendly::InviteeQuestionAndAnswer

Calendly's question and answer model. An individual form question and response.

Attributes

answer[RW]

@return [String] The answer supplied by the invitee to this question.

position[RW]

@return [Integer] The position of this question in the event booking confirmation form.

question[RW]

@return [String] The question from the event booking confirmation form.

Private Instance Methods

inspect_attributes() click to toggle source
Calls superclass method Calendly::ModelUtils#inspect_attributes
# File lib/calendly/models/invitee_question_and_answer.rb, line 25
def inspect_attributes
  super + %i[position question]
end