Class: Cordis::Events::Hook
- Inherits:
-
Struct
- Object
- Struct
- Cordis::Events::Hook
- Defined in:
- lib/cordis/events.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#ctx ⇒ Object
Returns the value of attribute ctx.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
10 11 12 |
# File 'lib/cordis/events.rb', line 10 def callback @callback end |
#ctx ⇒ Object
Returns the value of attribute ctx
10 11 12 |
# File 'lib/cordis/events.rb', line 10 def ctx @ctx end |