Class: AQL::Node::Name

Inherits:
AQL::Node show all
Defined in:
lib/aql/node/name.rb

Overview

Generic AQL object name

Constant Summary

Constants inherited from AQL::Node

NULL

Instance Attribute Summary collapse

Method Summary

Methods inherited from AQL::Node

#aql, #visit

Instance Attribute Details

#nameString (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

Returns:

  • (String)


13
14
15
# File 'lib/aql/node/name.rb', line 13

def name
  @name
end