Method: DICOM::DClient#timeout
- Defined in:
- lib/dicom/d_client.rb
#timeout ⇒ Object
The maximum period the client will wait on an answer from a server before aborting the communication.
23 24 25 |
# File 'lib/dicom/d_client.rb', line 23 def timeout @timeout end |