class LabClient::Event

Inspect Helper

Public Instance Methods

inspect() click to toggle source
# File lib/labclient/events/event.rb, line 6
def inspect
  "#<Event type: #{action_name}>"
end