Sha256: e77f43ede2949a8ed4fb4ca43a81d0fdb5fea80bd8da970b827fd100346381f3

Contents?: true

Size: 573 Bytes

Versions: 4

Compression:

Stored size: 573 Bytes

Contents

require 'json'
require 'schema_tools/version'
require 'schema_tools/modules/read'
require 'schema_tools/modules/hash'
require 'schema_tools/modules/as_schema'
require 'schema_tools/modules/attributes'
require 'schema_tools/modules/validations'
require 'schema_tools/reader'
require 'schema_tools/cleaner'
require 'schema_tools/hash'
require 'schema_tools/klass_factory'


module SchemaTools
  class << self

    # @param [String] path to schema json files
    def schema_path=(path)
      @schema_path = path
    end
    def schema_path
      @schema_path
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
json_schema_tools-0.2.3 lib/schema_tools.rb
json_schema_tools-0.2.2 lib/schema_tools.rb
json_schema_tools-0.2.1 lib/schema_tools.rb
json_schema_tools-0.2.0 lib/schema_tools.rb