Class: JsxRosetta::Backend::Phlex::EventDescriptor

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



36
37
38
# File 'lib/jsx_rosetta/backend/phlex.rb', line 36

def body
  @body
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



36
37
38
# File 'lib/jsx_rosetta/backend/phlex.rb', line 36

def kind
  @kind
end