Method: Docker::Event.since

Defined in:
lib/docker/event.rb

.since(since, opts = {}, conn = Docker.connection, &block) ⇒ Object



38
39
40
# File 'lib/docker/event.rb', line 38

def since(since, opts = {}, conn = Docker.connection, &block)
  stream(opts.merge(:since => since), conn, &block)
end