Class: Gemite::AST::Identifier
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::Identifier
- Defined in:
- lib/gemite/ast.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/gemite/ast.rb', line 15 def name @name end |