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
185 186 187 |
# File 'lib/jsx_rosetta/ir/types.rb', line 185 def value @value end |