Class: Gitlab::SidekiqMiddleware::Throttling::Strategy::StrategyStruct
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::SidekiqMiddleware::Throttling::Strategy::StrategyStruct
- Defined in:
- lib/gitlab/sidekiq_middleware/throttling/strategy.rb
Instance Attribute Summary collapse
-
#concurrency_operator ⇒ Object
Returns the value of attribute concurrency_operator.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#concurrency_operator ⇒ Object
Returns the value of attribute concurrency_operator
7 8 9 |
# File 'lib/gitlab/sidekiq_middleware/throttling/strategy.rb', line 7 def concurrency_operator @concurrency_operator end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/gitlab/sidekiq_middleware/throttling/strategy.rb', line 7 def name @name end |