Sha256: 3f0eabe002b9bf15b55169e771a88771946580df14499ddb2338861615516251
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Veriff module Webhooks class WatchlistScreening < Model extend Webhook def initialize(body) data_hash = Parser.call(body, :json) data_hash.fetch(:attempt_id) @data_hash = data_hash end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
veriff-0.2.2 | lib/veriff/webhooks/watchlist_screening.rb |
veriff-0.2.1 | lib/veriff/webhooks/watchlist_screening.rb |