Class: Remotenv::Adapters::Http

Inherits:
Base
  • Object
show all
Defined in:
lib/remotenv/adapters/http.rb

Direct Known Subclasses

S3

Instance Attribute Summary

Attributes inherited from Base

#data, #options, #uri

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

#loadObject



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