Class: Calendly::InviteeCancellation
- Inherits:
-
Object
- Object
- Calendly::InviteeCancellation
- Includes:
- ModelUtils
- Defined in:
- lib/calendly/models/invitee_cancellation.rb
Overview
Calendly’s invitee cancellation model. Provides data pertaining to the cancellation of the Invitee.
Constant Summary
Constants included from ModelUtils
Instance Attribute Summary collapse
-
#canceled_by ⇒ String
Name of the person whom canceled.
-
#canceler_type ⇒ String
Allowed values: host or invitee.
-
#reason ⇒ String
Reason that the cancellation occurred.
Method Summary
Methods included from ModelUtils
#client, #id, included, #initialize, #inspect
Instance Attribute Details
#canceled_by ⇒ String
Returns Name of the person whom canceled.
10 11 12 |
# File 'lib/calendly/models/invitee_cancellation.rb', line 10 def canceled_by @canceled_by end |
#canceler_type ⇒ String
Returns Allowed values: host or invitee.
16 17 18 |
# File 'lib/calendly/models/invitee_cancellation.rb', line 16 def canceler_type @canceler_type end |
#reason ⇒ String
Returns Reason that the cancellation occurred.
13 14 15 |
# File 'lib/calendly/models/invitee_cancellation.rb', line 13 def reason @reason end |