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



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def description
  @description
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def event
  @event
end

#failure_policyObject

Returns the value of attribute failure_policy

Returns:

  • (Object)

    the current value of failure_policy



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def failure_policy
  @failure_policy
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def id
  @id
end

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def match
  @match
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def order
  @order
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



49
50
51
# File 'lib/kward/plugin_registry.rb', line 49

def path
  @path
end