Sha256: 0ef11247384af59b5febc3f1bc6b8795df77cd7eb8c58261c34315a56ea65de7

Contents?: true

Size: 532 Bytes

Versions: 4

Compression:

Stored size: 532 Bytes

Contents

require 'json'
require 'schema_tools/version'
require 'schema_tools/modules/read'
require 'schema_tools/modules/hash'
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.1.2 lib/schema_tools.rb
json_schema_tools-0.1.1 lib/schema_tools.rb
json_schema_tools-0.1.0 lib/schema_tools.rb
json_schema_tools-0.0.8 lib/schema_tools.rb