Module: Snowly

Defined in:
lib/snowly/transformer.rb,
lib/snowly.rb,
lib/snowly/request.rb,
lib/snowly/version.rb,
lib/snowly/validator.rb,
lib/snowly/schema_cache.rb,
lib/snowly/app/collector.rb

Overview

Maps query string parameters to column names to provide more helpful references on validations.

Defined Under Namespace

Modules: App, Transformer Classes: Request, SchemaCache, Validator

Constant Summary collapse

VERSION =
"0.1.4"
@@development_iglu_resolver_path =
ENV['DEVELOPMENT_IGLU_RESOLVER_PATH']
@@debug_mode =
false
@@logger =
Logger.new(STDOUT)

Class Method Summary collapse

Class Method Details

.config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Snowly)

    the object that the method was called on



18
19
20
# File 'lib/snowly.rb', line 18

def self.config
  yield self
end