Class: Aidp::Metadata::Validator::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Aidp::Metadata::Validator::ValidationResult
- Defined in:
- lib/aidp/metadata/validator.rb
Overview
Validation result structure
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#tool_id ⇒ Object
Returns the value of attribute tool_id.
-
#valid ⇒ Object
Returns the value of attribute valid.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
22 23 24 |
# File 'lib/aidp/metadata/validator.rb', line 22 def errors @errors end |
#file_path ⇒ Object
Returns the value of attribute file_path
22 23 24 |
# File 'lib/aidp/metadata/validator.rb', line 22 def file_path @file_path end |
#tool_id ⇒ Object
Returns the value of attribute tool_id
22 23 24 |
# File 'lib/aidp/metadata/validator.rb', line 22 def tool_id @tool_id end |
#valid ⇒ Object
Returns the value of attribute valid
22 23 24 |
# File 'lib/aidp/metadata/validator.rb', line 22 def valid @valid end |
#warnings ⇒ Object
Returns the value of attribute warnings
22 23 24 |
# File 'lib/aidp/metadata/validator.rb', line 22 def warnings @warnings end |