Class: Ruact::ServerFunctions::RegistryEntry
- Inherits:
-
Data
- Object
- Data
- Ruact::ServerFunctions::RegistryEntry
- Defined in:
- lib/ruact/server_functions/registry_entry.rb
Overview
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#controller ⇒ Object
readonly
Returns the value of attribute controller.
-
#js_identifier ⇒ Object
readonly
Returns the value of attribute js_identifier.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#ruby_symbol ⇒ Object
readonly
Returns the value of attribute ruby_symbol.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
24 |
# File 'lib/ruact/server_functions/registry_entry.rb', line 24 RegistryEntry = Data.define(:ruby_symbol, :js_identifier, :kind, :controller, :block) |
#controller ⇒ Object (readonly)
Returns the value of attribute controller
24 |
# File 'lib/ruact/server_functions/registry_entry.rb', line 24 RegistryEntry = Data.define(:ruby_symbol, :js_identifier, :kind, :controller, :block) |
#js_identifier ⇒ Object (readonly)
Returns the value of attribute js_identifier
24 |
# File 'lib/ruact/server_functions/registry_entry.rb', line 24 RegistryEntry = Data.define(:ruby_symbol, :js_identifier, :kind, :controller, :block) |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
24 |
# File 'lib/ruact/server_functions/registry_entry.rb', line 24 RegistryEntry = Data.define(:ruby_symbol, :js_identifier, :kind, :controller, :block) |
#ruby_symbol ⇒ Object (readonly)
Returns the value of attribute ruby_symbol
24 |
# File 'lib/ruact/server_functions/registry_entry.rb', line 24 RegistryEntry = Data.define(:ruby_symbol, :js_identifier, :kind, :controller, :block) |