Class: RubynCode::Hooks::Registry::Hook
- Inherits:
-
Data
- Object
- Data
- RubynCode::Hooks::Registry::Hook
- Defined in:
- lib/rubyn_code/hooks/registry.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
readonly
Returns the value of attribute callable.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
Instance Attribute Details
#callable ⇒ Object (readonly)
Returns the value of attribute callable
26 27 28 |
# File 'lib/rubyn_code/hooks/registry.rb', line 26 def callable @callable end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
26 27 28 |
# File 'lib/rubyn_code/hooks/registry.rb', line 26 def priority @priority end |