Class: Foxtail::Bundle::Parser::AST::Variant
- Inherits:
-
Data
- Object
- Data
- Foxtail::Bundle::Parser::AST::Variant
- Defined in:
- lib/foxtail/bundle/parser/ast.rb
Overview
Variant for select expressions (no type field, no special initialization)
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
98 99 100 |
# File 'lib/foxtail/bundle/parser/ast.rb', line 98 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
98 99 100 |
# File 'lib/foxtail/bundle/parser/ast.rb', line 98 def value @value end |