Method: PulpcoreClient::GenericRemoteResponse#total_timeout
- Defined in:
- lib/pulpcore_client/models/generic_remote_response.rb
#total_timeout ⇒ Object
aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
60 61 62 |
# File 'lib/pulpcore_client/models/generic_remote_response.rb', line 60 def total_timeout @total_timeout end |