Class: Vizsla::SQLEvent

Inherits:
Event
  • Object
show all
Defined in:
lib/vizsla/subscribers.rb

Instance Attribute Summary

Attributes inherited from Event

#event

Instance Method Summary collapse

Methods inherited from Event

#initialize, #prettify_data, #recorder_type

Constructor Details

This class inherits a constructor from Vizsla::Event

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


31
32
33
# File 'lib/vizsla/subscribers.rb', line 31

def valid?
  event.last[:name] != "SCHEMA"
end