Class: Vangrail::Colang::Literal
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Literal
- Defined in:
- lib/vangrail/colang/ast.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
51 52 53 |
# File 'lib/vangrail/colang/ast.rb', line 51 def value @value end |