Class: Synthra::Parser::AST::DirectiveNode

Inherits:
Node
  • Object
show all
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.

Constructor Details

This class inherits a constructor from Synthra::Parser::AST::Node