Method: Docker::Event#to_s

Defined in:
lib/docker/event.rb

#to_sObject



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

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