Class: JDDF::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- JDDF::ValidationError
- Defined in:
- lib/jddf/validator.rb
Overview
ValidationError
Instance Attribute Summary collapse
-
#instance_path ⇒ Object
Returns the value of attribute instance_path.
-
#schema_path ⇒ Object
Returns the value of attribute schema_path.
Instance Attribute Details
#instance_path ⇒ Object
Returns the value of attribute instance_path
7 8 9 |
# File 'lib/jddf/validator.rb', line 7 def instance_path @instance_path end |
#schema_path ⇒ Object
Returns the value of attribute schema_path
7 8 9 |
# File 'lib/jddf/validator.rb', line 7 def schema_path @schema_path end |