Class: Aidp::Metadata::Validator::ValidationResult

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

Overview

Validation result structure

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



22
23
24
# File 'lib/aidp/metadata/validator.rb', line 22

def errors
  @errors
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



22
23
24
# File 'lib/aidp/metadata/validator.rb', line 22

def file_path
  @file_path
end

#tool_idObject

Returns the value of attribute tool_id

Returns:

  • (Object)

    the current value of tool_id



22
23
24
# File 'lib/aidp/metadata/validator.rb', line 22

def tool_id
  @tool_id
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



22
23
24
# File 'lib/aidp/metadata/validator.rb', line 22

def valid
  @valid
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



22
23
24
# File 'lib/aidp/metadata/validator.rb', line 22

def warnings
  @warnings
end