Method: Paradocs.config

Defined in:
lib/paradocs.rb

.configObject



20
21
22
23
24
25
26
27
28
# File 'lib/paradocs.rb', line 20

def self.config
  @config ||= OpenStruct.new(
    explicit_errors:     false,
    whitelisted_keys:    [],
    default_schema_name: :schema,
    meta_prefix:         "_",
    whitelist_coercion:  nil
  )
end