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



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

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#rpcObject

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



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

def rpc
  @rpc
end

#singletonObject

Returns the value of attribute singleton

Returns:

  • (Object)

    the current value of singleton



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

def singleton
  @singleton
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



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

def title
  @title
end

#transcript_eventsObject

Returns the value of attribute transcript_events

Returns:

  • (Object)

    the current value of transcript_events



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

def transcript_events
  @transcript_events
end