Class: Kward::Hooks::Manager::Handler
- Inherits:
-
Struct
- Object
- Struct
- Kward::Hooks::Manager::Handler
- Defined in:
- lib/kward/hooks/manager.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#event ⇒ Object
Returns the value of attribute event.
-
#failure_policy ⇒ Object
Returns the value of attribute failure_policy.
-
#id ⇒ Object
Returns the value of attribute id.
-
#match ⇒ Object
Returns the value of attribute match.
-
#order ⇒ Object
Returns the value of attribute order.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def callback @callback end |
#event ⇒ Object
Returns the value of attribute event
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def event @event end |
#failure_policy ⇒ Object
Returns the value of attribute failure_policy
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def failure_policy @failure_policy end |
#id ⇒ Object
Returns the value of attribute id
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def id @id end |
#match ⇒ Object
Returns the value of attribute match
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def match @match end |
#order ⇒ Object
Returns the value of attribute order
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def order @order end |
#source ⇒ Object
Returns the value of attribute source
13 14 15 |
# File 'lib/kward/hooks/manager.rb', line 13 def source @source end |