Skip to content
Kward Search API index

Class: Kward::Hooks::Manager::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/hooks/manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def callback
  @callback
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def event
  @event
end

#failure_policyObject

Returns the value of attribute failure_policy

Returns:

  • (Object)

    the current value of failure_policy



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def failure_policy
  @failure_policy
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def id
  @id
end

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def match
  @match
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def order
  @order
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/kward/hooks/manager.rb', line 13

def source
  @source
end