Class: JDDF::ValidationError

Inherits:
Struct
  • Object
show all
Defined in:
lib/jddf/validator.rb

Overview

ValidationError

Instance Attribute Summary collapse

Instance Attribute Details

#instance_pathObject

Returns the value of attribute instance_path

Returns:

  • (Object)

    the current value of instance_path



7
8
9
# File 'lib/jddf/validator.rb', line 7

def instance_path
  @instance_path
end

#schema_pathObject

Returns the value of attribute schema_path

Returns:

  • (Object)

    the current value of schema_path



7
8
9
# File 'lib/jddf/validator.rb', line 7

def schema_path
  @schema_path
end