Class: Gemite::AST::TplText

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Overview

---------- テンプレートノード (HTML生テキスト側) ----------

Instance Attribute Summary collapse

Instance Attribute Details

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



35
36
37
# File 'lib/gemite/ast.rb', line 35

def text
  @text
end