Class: Clacky::ExtensionHookLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionHookLoader::Result
- Defined in:
- lib/clacky/extension/hook_loader.rb
Instance Attribute Summary collapse
-
#registered ⇒ Object
Returns the value of attribute registered.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#registered ⇒ Object
Returns the value of attribute registered
10 11 12 |
# File 'lib/clacky/extension/hook_loader.rb', line 10 def registered @registered end |
#skipped ⇒ Object
Returns the value of attribute skipped
10 11 12 |
# File 'lib/clacky/extension/hook_loader.rb', line 10 def skipped @skipped end |