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