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