Class: Phlex::Reactive::Component::Action

Inherits:
Data
  • Object
show all
Defined in:
lib/phlex/reactive/component.rb

Overview

A declared, client-invokable action and its param schema.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



57
58
59
# File 'lib/phlex/reactive/component.rb', line 57

def name
  @name
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



57
58
59
# File 'lib/phlex/reactive/component.rb', line 57

def params
  @params
end