Sha256: 80857c9a8efd637592e4befe1c788a750a3249c6cb8ce31e579988b37c608226
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true module ActiveWebhook module Delivery class Configuration include ActiveWebhook::Configuration::Base define_option :adapter, values: %i[net_http faraday], allow_proc: true define_option :max_errors_per_hour, default: 100 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_webhook-1.0.0 | lib/active_webhook/delivery/configuration.rb |