Class: Synthra::Parser::AST::DirectiveNode
- Defined in:
- lib/synthra/parser/ast.rb
Overview
Base class for directive nodes
Directives are scenario-level declarations that control HTTP behavior. All directives start with @ in the DSL.
Direct Known Subclasses
HeaderDirective, LatencyDirective, MethodDirective, ProbabilityDirective, StatusDirective
Constructor Details
This class inherits a constructor from Synthra::Parser::AST::Node