Class: Remotenv::Adapters::Http
- Defined in:
- lib/remotenv/adapters/http.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#after_load, #apply_environment, #before_load, #get, #initialize, #load!, #set_refresh_timestamp
Constructor Details
This class inherits a constructor from Remotenv::Adapters::Base
Instance Method Details
#load ⇒ Object
9 10 11 12 |
# File 'lib/remotenv/adapters/http.rb', line 9 def load Remotenv.logger.debug("Downloading HTTP File: #{remote_uri}") download_file end |