lib/calendly/models/invitee_cancellation.rb in calendly-0.8.1 vs lib/calendly/models/invitee_cancellation.rb in calendly-0.8.2
- old
+ new
@@ -11,7 +11,10 @@
# @return [String] Name of the person whom canceled.
attr_accessor :canceled_by
# @return [String] Reason that the cancellation occurred.
attr_accessor :reason
+
+ # @return [String] Allowed values: host or invitee.
+ attr_accessor :canceler_type
end
end