class Docker::Resource::Base

Public Class Methods

new(connection) click to toggle source
# File lib/docker/resource/base.rb, line 7
def initialize(connection)
  @connection = connection
end

Private Instance Methods

get() click to toggle source

TODO add all methods to gather all HTTP calls in this superclass Than it should be easier to replaces it for streaming support

# File lib/docker/resource/base.rb, line 15
def get
  
end