module Yoti

The main module namespace of the Yoti gem

Constants

VERSION

@return [String] the gem's current version

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/yoti.rb, line 118
def self.configure
  self.configuration ||= Configuration.new
  yield(configuration)
  configuration.validate
end