class

PointClickEngine::Core::Conditions::ConditionValidationResult

Inherits Reference < Object

Detailed validation result for conditions

Constructors

new(condition_string : String, source_file : String | Nil = nil, source_line : Int32 | Nil = nil)
Source

Instance methods

add_error(type : ErrorType, message : String, position : Int32 | Nil = nil, suggestion : String | Nil = nil)
Source
add_warning(type : ErrorType, message : String, position : Int32 | Nil = nil, suggestion : String | Nil = nil)
Source
condition_string
Source
errors
Source
format_errors

Format errors for display

Source
source_file
Source
source_line
Source
to_h

Convert to JSON-serializable format

Source
valid?
Source
warnings
Source

Nested types