Class: KairosMcp::DslAst::DriftItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/kairos_mcp/dsl_ast/drift_detector.rb

Overview

Drift item representing a single discrepancy between content and definition

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8

def description
  @description
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



8
9
10
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8

def direction
  @direction
end

#node_nameObject

Returns the value of attribute node_name

Returns:

  • (Object)

    the current value of node_name



8
9
10
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8

def node_name
  @node_name
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



8
9
10
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8

def severity
  @severity
end