Sha256: 626bf9ad64c5f51bda2144b963fae0dbd8f89feb11472dac5572d11721ab238f

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

module Workarea
  module FlowIo
    class BogusClient
      class WebhookSettings
        def put(org_id, secret:)
          puts 'WARNING: Bogus Client in use. Your settings will not go to Flow'
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
workarea-flow_io-1.2.1 lib/workarea/flow_io/bogus_client/webhook_settings.rb