Class: RedParse::HerePlaceholderToken
- Inherits:
-
Object
- Object
- RedParse::HerePlaceholderToken
- Defined in:
- lib/redparse/node.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
Returns the value of attribute node.
-
#string ⇒ Object
readonly
Returns the value of attribute string.
Instance Attribute Details
#node ⇒ Object
Returns the value of attribute node.
355 356 357 |
# File 'lib/redparse/node.rb', line 355 def node @node end |
#string ⇒ Object (readonly)
Returns the value of attribute string.
356 357 358 |
# File 'lib/redparse/node.rb', line 356 def string @string end |