class Boechat::Core::Config::SchemaValidator

Class responsible for validate the schema of the boechat.yml configuration file

Constants

CONFIG_SCHEMA

Public Class Methods

call(config) click to toggle source
# File lib/boechat/core/config/schema_validator.rb, line 21
def self.call(config)
  CONFIG_SCHEMA.call(YAML.safe_load(config))
end