Method: PostageApp::Configuration#http_open_timeout
- Defined in:
- lib/postageapp/configuration.rb
#http_open_timeout ⇒ Object
The HTTP open timeout in seconds (defaults to 2).
30 31 32 |
# File 'lib/postageapp/configuration.rb', line 30 def http_open_timeout @http_open_timeout end |