Method: HTTPX::Plugins::Retries::InstanceMethods#max_retries
- Defined in:
- lib/httpx/plugins/retries.rb
#max_retries(n) ⇒ Object
10 11 12 |
# File 'lib/httpx/plugins/retries.rb', line 10 def max_retries(n) branch(.with_max_retries(n.to_i)) end |