Class: JsxRosetta::IR::Text
- Inherits:
-
Data
- Object
- Data
- JsxRosetta::IR::Text
- Includes:
- Node
- Defined in:
- lib/jsx_rosetta/ir/types.rb
Overview
A literal text node.
value : String
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
166 167 168 |
# File 'lib/jsx_rosetta/ir/types.rb', line 166 def value @value end |