Class: Gitlab::SidekiqMiddleware::Throttling::Strategy::StrategyStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/sidekiq_middleware/throttling/strategy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#concurrency_operatorObject

Returns the value of attribute concurrency_operator

Returns:

  • (Object)

    the current value of concurrency_operator



7
8
9
# File 'lib/gitlab/sidekiq_middleware/throttling/strategy.rb', line 7

def concurrency_operator
  @concurrency_operator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/gitlab/sidekiq_middleware/throttling/strategy.rb', line 7

def name
  @name
end