Class: Ea::Ocl::Nodes::AttributeAccess

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

Overview

self.<attr> access — read attribute on the context object.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/ea/ocl/nodes.rb', line 9

def name
  @name
end