Method: Controls::Event#to_s

Defined in:
lib/controls/objects/event.rb

#to_sstring

Returns the event type

todo
  • is the type all we want to return?

Returns:

  • the event type



27
28
29
# File 'lib/controls/objects/event.rb', line 27

def to_s
  type
end