Class: Clacky::ShellHookLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ShellHookLoader::Result
- Defined in:
- lib/clacky/shell_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
35 36 37 |
# File 'lib/clacky/shell_hook_loader.rb', line 35 def registered @registered end |
#skipped ⇒ Object
Returns the value of attribute skipped
35 36 37 |
# File 'lib/clacky/shell_hook_loader.rb', line 35 def skipped @skipped end |