lib/calendly/models/webhook_subscription.rb in calendly-0.2.0 vs lib/calendly/models/webhook_subscription.rb in calendly-0.3.0
- old
+ new
@@ -1,7 +1,10 @@
-# Get a webhook subscription matching the provided UUID for the webhook subscription
-
# frozen_string_literal: true
+
+require 'calendly/client'
+require 'calendly/models/model_utils'
+require 'calendly/models/organization'
+require 'calendly/models/user'
module Calendly
# Calendly's webhook model.
class WebhookSubscription
include ModelUtils