Class: RubynCode::Hooks::Registry::Hook

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/hooks/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callableObject (readonly)

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



26
27
28
# File 'lib/rubyn_code/hooks/registry.rb', line 26

def callable
  @callable
end

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



26
27
28
# File 'lib/rubyn_code/hooks/registry.rb', line 26

def priority
  @priority
end