Class: Gitlab::SidekiqConfig::WorkerRouter::RuleEvaluator

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/sidekiq_config/worker_router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



7
8
9
# File 'lib/gitlab/sidekiq_config/worker_router.rb', line 7

def matcher
  @matcher
end

#queue_nameObject

Returns the value of attribute queue_name

Returns:

  • (Object)

    the current value of queue_name



7
8
9
# File 'lib/gitlab/sidekiq_config/worker_router.rb', line 7

def queue_name
  @queue_name
end