class Jsonschema::Matchers::Configuration

Configuration

Attributes

schema_dir[RW]

Public Class Methods

new() click to toggle source
# File lib/jsonschema/matchers/configuration.rb, line 9
def initialize
  @schema_dir = 'spec/jsonschemas'
end