Class: KairosMcp::DslAst::NodeResult
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::DslAst::NodeResult
- Defined in:
- lib/kairos_mcp/dsl_ast/ast_engine.rb
Overview
Result of evaluating a single AST node
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#evaluable ⇒ Object
Returns the value of attribute evaluable.
-
#node_name ⇒ Object
Returns the value of attribute node_name.
-
#node_type ⇒ Object
Returns the value of attribute node_type.
-
#satisfied ⇒ Object
Returns the value of attribute satisfied.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/ast_engine.rb', line 8 def detail @detail end |
#evaluable ⇒ Object
Returns the value of attribute evaluable
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/ast_engine.rb', line 8 def evaluable @evaluable end |
#node_name ⇒ Object
Returns the value of attribute node_name
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/ast_engine.rb', line 8 def node_name @node_name end |
#node_type ⇒ Object
Returns the value of attribute node_type
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/ast_engine.rb', line 8 def node_type @node_type end |
#satisfied ⇒ Object
Returns the value of attribute satisfied
8 9 10 |
# File 'lib/kairos_mcp/dsl_ast/ast_engine.rb', line 8 def satisfied @satisfied end |