Class: RSX::Nodes::Text
- Inherits:
-
Struct
- Object
- Struct
- RSX::Nodes::Text
- Defined in:
- lib/rsx/nodes.rb
Overview
Literal markup text, already whitespace-normalized JSX style.
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/rsx/nodes.rb', line 8 def line @line end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/rsx/nodes.rb', line 8 def value @value end |