Class: Gemite::AST::TplText
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::TplText
- Defined in:
- lib/gemite/ast.rb
Overview
---------- テンプレートノード (HTML生テキスト側) ----------
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
35 36 37 |
# File 'lib/gemite/ast.rb', line 35 def text @text end |