Sha256: 649e8656c45274ac2a8666b60e738eeb67aab64264f18cb001e82091d622270d
Contents?: true
Size: 489 Bytes
Versions: 1
Compression:
Stored size: 489 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/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
json_schema_tools-0.0.7 | lib/schema_tools.rb |