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.
-
#local ⇒ Object
Returns the value of attribute local.
-
#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.
-
#transport ⇒ Object
Returns the value of attribute transport.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def id @id end |
#local ⇒ Object
Returns the value of attribute local
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def local @local end |
#name ⇒ Object
Returns the value of attribute name
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def name @name end |
#path ⇒ Object
Returns the value of attribute path
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def path @path end |
#rpc ⇒ Object
Returns the value of attribute rpc
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def rpc @rpc end |
#singleton ⇒ Object
Returns the value of attribute singleton
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def singleton @singleton end |
#title ⇒ Object
Returns the value of attribute title
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def title @title end |
#transcript_events ⇒ Object
Returns the value of attribute transcript_events
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def transcript_events @transcript_events end |
#transport ⇒ Object
Returns the value of attribute transport
40 41 42 |
# File 'lib/kward/plugin_registry.rb', line 40 def transport @transport end |