Class Docker::Event
In: lib/docker/event.rb
Parent: Object

This class represents a Docker Event.

Methods

Actor=   ID   id   new   new_event   since   stream   to_s  

Included Modules

Docker::Error Docker::Error

Classes and Modules

Class Docker::Event::Actor

Constants

Actor = Actor.new(ID: value)

External Aliases

Type -> type
Action -> action
Actor -> actor
timeNano -> time_nano

Attributes

Action  [RW] 
Actor  [R] 
Type  [RW] 
from  [RW]  Deprecated interface
status  [RW]  Deprecated interface
time  [RW] 
timeNano  [RW] 

Public Class methods

Public Instance methods

id()

Alias for ID

[Validate]