Class: JsxRosetta::Backend::Phlex::EventDescriptor
- Inherits:
-
Data
- Object
- Data
- JsxRosetta::Backend::Phlex::EventDescriptor
- Defined in:
- lib/jsx_rosetta/backend/phlex.rb
Overview
Structured intermediate for the data-action attribute — mirrors the ViewComponent backend pattern (lib/jsx_rosetta/backend/view_component.rb).
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
36 37 38 |
# File 'lib/jsx_rosetta/backend/phlex.rb', line 36 def body @body end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
36 37 38 |
# File 'lib/jsx_rosetta/backend/phlex.rb', line 36 def kind @kind end |