lib/smartsheet/endpoints/webhooks/webhooks.rb in smartsheet-1.0.0.beta.2 vs lib/smartsheet/endpoints/webhooks/webhooks.rb in smartsheet-1.0.0
- old
+ new
@@ -1,5 +1,7 @@
module Smartsheet
+ # Webhooks Endpoints
+ # @see https://smartsheet-platform.github.io/api-docs/?ruby#webhooks-reference API Webhooks Docs
class Webhooks
attr_reader :client
private :client
def initialize(client)
\ No newline at end of file