Class: Veriff::WatchlistScreening

Inherits:
Model
  • Object
show all
Defined in:
lib/veriff/watchlist_screening.rb

Instance Method Summary collapse

Methods inherited from Model

api_collection_name, #method_missing, #respond_to_missing?

Constructor Details

#initialize(data_hash) ⇒ WatchlistScreening

Returns a new instance of WatchlistScreening.



5
6
7
8
# File 'lib/veriff/watchlist_screening.rb', line 5

def initialize(data_hash)
  data_hash.fetch(:attempt_id)
  @data_hash = data_hash
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Veriff::Model