Method: PulpFileClient::FileFileRemoteResponse#connect_timeout
- Defined in:
- lib/pulp_file_client/models/file_file_remote_response.rb
#connect_timeout ⇒ Object
aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.
63 64 65 |
# File 'lib/pulp_file_client/models/file_file_remote_response.rb', line 63 def connect_timeout @connect_timeout end |