Class: KairosMcp::DslAst::DriftItem
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::DslAst::DriftItem
- 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
-
#description ⇒ Object
Returns the value of attribute description.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#node_name ⇒ Object
Returns the value of attribute node_name.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8 def description @description end |
#direction ⇒ Object
Returns the value of attribute direction
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8 def direction @direction end |
#node_name ⇒ Object
Returns the value of attribute node_name
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8 def node_name @node_name end |
#severity ⇒ Object
Returns the value of attribute severity
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/drift_detector.rb', line 8 def severity @severity end |