Class: Ea::Ocl::Nodes::AttributeAccess
- Inherits:
-
Struct
- Object
- Struct
- Ea::Ocl::Nodes::AttributeAccess
- Defined in:
- lib/ea/ocl/nodes.rb
Overview
self.<attr> access — read attribute on the context object.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ea/ocl/nodes.rb', line 9 def name @name end |