Class: Clacky::ExtensionHookLoader::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#registeredObject

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



10
11
12
# File 'lib/clacky/extension/hook_loader.rb', line 10

def registered
  @registered
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



10
11
12
# File 'lib/clacky/extension/hook_loader.rb', line 10

def skipped
  @skipped
end