Class: OpenApiSDK::Shared::WebhookDto

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/webhookdto.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(scope: nil, url: nil, description: nil) ⇒ WebhookDto

Returns a new instance of WebhookDto.



23
24
25
26
27
# File 'lib/open_api_sdk/models/shared/webhookdto.rb', line 23

def initialize(scope: nil, url: nil, description: nil)
  @scope = scope
  @url = url
  @description = description
end