Class: Kward::PluginRegistry::HookHandler
- Inherits:
-
Struct
- Object
- Struct
- Kward::PluginRegistry::HookHandler
- Defined in:
- lib/kward/plugin_registry.rb
Overview
Registered lifecycle hook handler.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#event ⇒ Object
Returns the value of attribute event.
-
#failure_policy ⇒ Object
Returns the value of attribute failure_policy.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#id ⇒ Object
Returns the value of attribute id.
-
#match ⇒ Object
Returns the value of attribute match.
-
#order ⇒ Object
Returns the value of attribute order.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def description @description end |
#event ⇒ Object
Returns the value of attribute event
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def event @event end |
#failure_policy ⇒ Object
Returns the value of attribute failure_policy
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def failure_policy @failure_policy end |
#handler ⇒ Object
Returns the value of attribute handler
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def id @id end |
#match ⇒ Object
Returns the value of attribute match
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def match @match end |
#order ⇒ Object
Returns the value of attribute order
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def order @order end |
#path ⇒ Object
Returns the value of attribute path
45 46 47 |
# File 'lib/kward/plugin_registry.rb', line 45 def path @path end |