Class: Babelfish::Phrase::Literal

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

Overview

Babelfish AST Literal 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

#textObject

Returns the value of attribute text.



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

def text
  @text
end