Method: Docker::Event#to_s

Defined in:
lib/docker/event.rb

#to_sObject



91
92
93
94
95
96
97
# File 'lib/docker/event.rb', line 91

def to_s
  if type.nil? && action.nil?
    to_s_legacy
  else
    to_s_actor_style
  end
end