Class: Hatchet::Features::CELEvaluationResult
- Inherits:
-
Struct
- Object
- Struct
- Hatchet::Features::CELEvaluationResult
- Defined in:
- lib/hatchet/features/cel.rb,
sig/hatchet/features/cel.rbs
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize ⇒ CELEvaluationResult
constructor
A new instance of CELEvaluationResult.
Constructor Details
#initialize ⇒ CELEvaluationResult
Returns a new instance of CELEvaluationResult.
20 |
# File 'sig/hatchet/features/cel.rbs', line 20
def initialize: (result: CELSuccess | CELFailure) -> void
|
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
18 19 20 |
# File 'lib/hatchet/features/cel.rb', line 18 def result @result end |