Class: Clacky::ShellHookLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/shell_hook_loader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#registeredObject

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



35
36
37
# File 'lib/clacky/shell_hook_loader.rb', line 35

def registered
  @registered
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



35
36
37
# File 'lib/clacky/shell_hook_loader.rb', line 35

def skipped
  @skipped
end