Method: Drydock::RuntimeOptions#set!

Defined in:
lib/drydock/runtime_options.rb

#set!Object



74
75
76
# File 'lib/drydock/runtime_options.rb', line 74

def set!
  Excon.defaults[:read_timeout] = self.read_timeout
end