Method: Exceptional::Config.http_read_timeout
- Defined in:
- lib/exceptional/config.rb
.http_read_timeout ⇒ Object
82 83 84 |
# File 'lib/exceptional/config.rb', line 82 def http_read_timeout @http_read_timeout ||= DEFAULTS[:http_read_timeout] end |