Class: JsxRosetta::IR::Prop
- Inherits:
-
Data
- Object
- Data
- JsxRosetta::IR::Prop
- Includes:
- Node
- Defined in:
- lib/jsx_rosetta/ir/types.rb
Overview
A component prop, possibly with a default value.
name : String default : Interpolation | nil
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute default
63 64 65 |
# File 'lib/jsx_rosetta/ir/types.rb', line 63 def default @default end |
#name ⇒ Object (readonly)
Returns the value of attribute name
63 64 65 |
# File 'lib/jsx_rosetta/ir/types.rb', line 63 def name @name end |