Module: HTTPX::Plugins::Retries::InstanceMethods
- Defined in:
- lib/httpx/plugins/retries.rb
Instance Method Summary collapse
Instance Method Details
#max_retries(n) ⇒ Object
78 79 80 |
# File 'lib/httpx/plugins/retries.rb', line 78 def max_retries(n) with(max_retries: n.to_i) end |