Method: PulpNpmClient::NpmNpmRemoteResponse#total_timeout
- Defined in:
- lib/pulp_npm_client/models/npm_npm_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/pulp_npm_client/models/npm_npm_remote_response.rb', line 60 def total_timeout @total_timeout end |