module Sumsub

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/sumsub.rb, line 33
def self.configure
  yield(configuration)
end
error_response?(response) click to toggle source
# File lib/sumsub.rb, line 37
def self.error_response?(response)
  response.class == Sumsub::Struct::ErrorResponse
end
reset() click to toggle source
# File lib/sumsub.rb, line 29
def self.reset
  @configuration = Configuration.new
end