Skip to content
Kward Search API index

Class: Kward::PluginRegistry::TabType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def id
  @id
end

#localObject

Returns the value of attribute local

Returns:

  • (Object)

    the current value of local



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def local
  @local
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def path
  @path
end

#rpcObject

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def rpc
  @rpc
end

#singletonObject

Returns the value of attribute singleton

Returns:

  • (Object)

    the current value of singleton



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def singleton
  @singleton
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def title
  @title
end

#transcript_eventsObject

Returns the value of attribute transcript_events

Returns:

  • (Object)

    the current value of transcript_events



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def transcript_events
  @transcript_events
end

#transportObject

Returns the value of attribute transport

Returns:

  • (Object)

    the current value of transport



40
41
42
# File 'lib/kward/plugin_registry.rb', line 40

def transport
  @transport
end