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
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def description @description end |
#event ⇒ Object
Returns the value of attribute event
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def event @event end |
#failure_policy ⇒ Object
Returns the value of attribute failure_policy
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def failure_policy @failure_policy end |
#handler ⇒ Object
Returns the value of attribute handler
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def id @id end |
#match ⇒ Object
Returns the value of attribute match
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def match @match end |
#order ⇒ Object
Returns the value of attribute order
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def order @order end |
#path ⇒ Object
Returns the value of attribute path
49 50 51 |
# File 'lib/kward/plugin_registry.rb', line 49 def path @path end |