Class: Veriff::WatchlistScreening
- Defined in:
- lib/veriff/watchlist_screening.rb
Instance Method Summary collapse
-
#initialize(data_hash) ⇒ WatchlistScreening
constructor
A new instance of WatchlistScreening.
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