Class: Onfido::Resource
- Inherits:
-
Object
- Object
- Onfido::Resource
- Defined in:
- lib/onfido/resource.rb
Direct Known Subclasses
Address, Applicant, Check, Document, Extraction, LivePhoto, LiveVideo, Report, SdkToken, Webhook
Constant Summary collapse
- VALID_HTTP_METHODS =
%i(get post put delete).freeze
- REQUEST_TIMEOUT_HTTP_CODE =
408
Instance Method Summary collapse
-
#initialize(api_key = nil) ⇒ Resource
constructor
A new instance of Resource.