Class: Phlex::Reactive::Component::Action
- Inherits:
-
Data
- Object
- Data
- Phlex::Reactive::Component::Action
- Defined in:
- lib/phlex/reactive/component.rb
Overview
A declared, client-invokable action and its param schema.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
57 58 59 |
# File 'lib/phlex/reactive/component.rb', line 57 def name @name end |
#params ⇒ Object (readonly)
Returns the value of attribute params
57 58 59 |
# File 'lib/phlex/reactive/component.rb', line 57 def params @params end |