Class: Vessel::ShuffledProxy
- Inherits:
-
RoundRobinProxy
- Object
- Proxy
- RoundRobinProxy
- Vessel::ShuffledProxy
- Defined in:
- lib/vessel/proxy.rb
Constant Summary
Constants inherited from RoundRobinProxy
Instance Attribute Summary
Attributes inherited from Proxy
Instance Method Summary collapse
Methods inherited from RoundRobinProxy
Methods inherited from Proxy
Constructor Details
This class inherits a constructor from Vessel::RoundRobinProxy
Instance Method Details
#prepare ⇒ Object
36 37 38 39 |
# File 'lib/vessel/proxy.rb', line 36 def prepare @proxies = @proxies.shuffle true end |