Class: Ea::Ocl::Nodes::Literal
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::Literal
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
Literal value (number, string, boolean).
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
12 13 14 |
# File 'lib/ea/ocl/nodes.rb', line 12 def value @value end |