Sha256: 26508958a019be6689831d7b24e4e8e82c909b52094194b7148f20a9ca688ed0

Contents?: true

Size: 538 Bytes

Versions: 5

Compression:

Stored size: 538 Bytes

Contents

module Dimelo::CCP
  class Webhook < Dimelo::CCP::API::Model

    attributes :id, :endpoint_enabled, :endpoint_url, :preprod_settings, :verify_token
    attributes :answer__destroyed, :question__destroyed, :identity__destroyed, :comment__destroyed, :feedback__destroyed, :status_comment__destroyed

    submit_attributes :id, :endpoint_enabled, :endpoint_url, :preprod_settings, :verify_token, :answer__destroyed, :question__destroyed, :identity__destroyed, :comment__destroyed, :feedback__destroyed, :status_comment__destroyed
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dimelo_ccp_api-0.5.0 lib/dimelo/ccp/api/model/webhook.rb
dimelo_ccp_api-0.4.4 lib/dimelo/ccp/api/model/webhook.rb
dimelo_ccp_api-0.4.3 lib/dimelo/ccp/api/model/webhook.rb
dimelo_ccp_api-0.4.2 lib/dimelo/ccp/api/model/webhook.rb
dimelo_ccp_api-0.4.1 lib/dimelo/ccp/api/model/webhook.rb