Class: Kward::PluginRegistry::TabType
- Inherits:
-
Struct
- Object
- Struct
- Kward::PluginRegistry::TabType
- Defined in:
- lib/kward/plugin_registry.rb
Overview
Registered plugin-owned tab runtime. Its factory receives a
PluginTabHost and its persisted descriptor, then returns a driver.
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rpc ⇒ Object
Returns the value of attribute rpc.
-
#singleton ⇒ Object
Returns the value of attribute singleton.
-
#title ⇒ Object
Returns the value of attribute title.
-
#transcript_events ⇒ Object
Returns the value of attribute transcript_events.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def id @id end |
#name ⇒ Object
Returns the value of attribute name
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def name @name end |
#path ⇒ Object
Returns the value of attribute path
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def path @path end |
#rpc ⇒ Object
Returns the value of attribute rpc
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def rpc @rpc end |
#singleton ⇒ Object
Returns the value of attribute singleton
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def singleton @singleton end |
#title ⇒ Object
Returns the value of attribute title
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def title @title end |
#transcript_events ⇒ Object
Returns the value of attribute transcript_events
39 40 41 |
# File 'lib/kward/plugin_registry.rb', line 39 def transcript_events @transcript_events end |