Class: Ea::Ocl::Nodes::Literal

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/ocl/nodes.rb

Overview

Literal value (number, string, boolean).

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



12
13
14
# File 'lib/ea/ocl/nodes.rb', line 12

def value
  @value
end