Method: GDCM::Configuration#timeout
- Defined in:
- lib/gdcm/configuration.rb
#timeout ⇒ Integer
If you don’t want commands to take too long, you can set a timeout (in seconds).
12 13 14 |
# File 'lib/gdcm/configuration.rb', line 12 def timeout @timeout end |