Sha256: d162e5e44ae202a1f2e9e0ea424a1ec7c2ee11d85128aeaa248220c5bac32fff

Contents?: true

Size: 225 Bytes

Versions: 1

Compression:

Stored size: 225 Bytes

Contents

module Workarea
  module FlowIo
    class BogusClient
      class Webhooks
        def post(org_id, form)
          puts 'WARNING: Bogus Client in use. Your webhooks were not created.'
        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/webhooks.rb