Skip to content
Kward Search API index

Class: Kward::PluginRegistry::HookHandler

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/plugin_registry.rb

Overview

Registered lifecycle hook handler.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def description
  @description
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def event
  @event
end

#failure_policyObject

Returns the value of attribute failure_policy

Returns:

  • (Object)

    the current value of failure_policy



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def failure_policy
  @failure_policy
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def id
  @id
end

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def match
  @match
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def order
  @order
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



45
46
47
# File 'lib/kward/plugin_registry.rb', line 45

def path
  @path
end