Class: Coradoc::CoreModel::FrontmatterBlock::SchemaResolver::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Coradoc::CoreModel::FrontmatterBlock::SchemaResolver::ValidationError
- Defined in:
- lib/coradoc/core_model/frontmatter/schema_resolver.rb
Overview
Structured validation error. Typed — never a hash bag.
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
13 14 15 |
# File 'lib/coradoc/core_model/frontmatter/schema_resolver.rb', line 13 def field @field end |
#message ⇒ Object
Returns the value of attribute message
13 14 15 |
# File 'lib/coradoc/core_model/frontmatter/schema_resolver.rb', line 13 def @message end |