Class: Docker::Remote::NoAuth

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/docker/remote/no_auth.rb

Instance Method Summary collapse

Instance Method Details

#make_get(path) ⇒ Object



6
7
8
# File 'lib/docker/remote/no_auth.rb', line 6

def make_get(path)
  Net::HTTP::Get.new(path)
end