Module: Awsmeta::Config
- Defined in:
- lib/awsmeta/config.rb
Overview
contains configuration methods
Class Method Summary collapse
Class Method Details
.open_timeout ⇒ Object
12 13 14 |
# File 'lib/awsmeta/config.rb', line 12 def open_timeout (ENV['AWSMETA_OPEN_TIMEOUT'] || 10).to_i end |
.read_timeout ⇒ Object
8 9 10 |
# File 'lib/awsmeta/config.rb', line 8 def read_timeout (ENV['AWSMETA_READ_TIMEOUT'] || 10).to_i end |