Sha256: 7d1885130f35d88213b0f2b7c05b4e37a97e54a8f3c34aafee865f390fcac182

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 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'


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

5 entries across 5 versions & 1 rubygems

Version Path
json_schema_tools-0.0.6 lib/schema_tools.rb
json_schema_tools-0.0.5 lib/schema_tools.rb
json_schema_tools-0.0.4 lib/schema_tools.rb
json_schema_tools-0.0.3 lib/schema_tools.rb
json_schema_tools-0.0.2 lib/schema_tools.rb