Class: AQL::Node::Name
Overview
Generic AQL object name
Constant Summary
Constants inherited from AQL::Node
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
private
Return name.
Method Summary
Methods inherited from AQL::Node
Instance Attribute Details
#name ⇒ String (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return name
13 14 15 |
# File 'lib/aql/node/name.rb', line 13 def name @name end |