Class: Factorix::Dependency::ValidationResult::Warning

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

Overview

Validation warning information

Represents a warning found during dependency validation.

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



25
26
27
# File 'lib/factorix/dependency/validation_result.rb', line 25

def message
  @message
end

#modObject (readonly)

Returns the value of attribute mod

Returns:

  • (Object)

    the current value of mod



25
26
27
# File 'lib/factorix/dependency/validation_result.rb', line 25

def mod
  @mod
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'lib/factorix/dependency/validation_result.rb', line 25

def type
  @type
end