Class: Cel::Bool
- Defined in:
- lib/cel/ast/elements.rb
Instance Attribute Summary
Attributes inherited from Literal
Instance Method Summary collapse
-
#initialize(value) ⇒ Bool
constructor
A new instance of Bool.
Methods inherited from Literal
Constructor Details
#initialize(value) ⇒ Bool
Returns a new instance of Bool.
203 204 205 |
# File 'lib/cel/ast/elements.rb', line 203 def initialize(value) super(:bool, value) end |