Class: Cel::Group
- Inherits:
-
Object
- Object
- Cel::Group
- Defined in:
- lib/cel/ast/elements.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Group
constructor
A new instance of Group.
Constructor Details
#initialize(value) ⇒ Group
Returns a new instance of Group.
280 281 282 |
# File 'lib/cel/ast/elements.rb', line 280 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
278 279 280 |
# File 'lib/cel/ast/elements.rb', line 278 def value @value end |