Class: Jsonschema::Matchers::Configuration
- Inherits:
-
Object
- Object
- Jsonschema::Matchers::Configuration
- Defined in:
- lib/jsonschema/matchers/configuration.rb
Overview
Configuration
Instance Attribute Summary collapse
-
#schema_dir ⇒ Object
Returns the value of attribute schema_dir.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 |
# File 'lib/jsonschema/matchers/configuration.rb', line 9 def initialize @schema_dir = 'spec/jsonschemas' end |
Instance Attribute Details
#schema_dir ⇒ Object
Returns the value of attribute schema_dir.
7 8 9 |
# File 'lib/jsonschema/matchers/configuration.rb', line 7 def schema_dir @schema_dir end |