class Sumsub::Configuration

Attributes

production[RW]
secret_key[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/sumsub/configuration.rb, line 5
def initialize
  @token = nil
  @secret_key = nil
  @production = true
end