class Proxy::Omaha::Distribution::Base

Private Instance Methods

http_request() click to toggle source
# File lib/smart_proxy_omaha/distribution.rb, line 20
def http_request
  @http_request ||= ::Proxy::Omaha::HttpRequest.new
end