Class: Babelfish::Phrase::Variable

Inherits:
Node
  • Object
show all
Defined in:
lib/babelfish/phrase/variable.rb

Overview

Babelfish AST Variable substitution node.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Babelfish::Phrase::Node

Instance Attribute Details

#nameObject

Returns the value of attribute name.



9
10
11
# File 'lib/babelfish/phrase/variable.rb', line 9

def name
  @name
end