Class: Factorix::Dependency::ValidationResult::Error

Inherits:
Data
  • Object
show all
Defined in:
lib/factorix/dependency/validation_result.rb,
lib/factorix/dependency/validation_result.rb

Overview

Validation error information

Represents an error found during dependency validation.

Instance Attribute Summary collapse

Instance Attribute Details

#dependencyObject (readonly)

Returns the value of attribute dependency

Returns:

  • (Object)

    the current value of dependency



9
10
11
# File 'lib/factorix/dependency/validation_result.rb', line 9

def dependency
  @dependency
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



9
10
11
# File 'lib/factorix/dependency/validation_result.rb', line 9

def message
  @message
end

#modObject (readonly)

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



9
10
11
# File 'lib/factorix/dependency/validation_result.rb', line 9

def mod
  @mod
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/factorix/dependency/validation_result.rb', line 9

def type
  @type
end