method
new
new(event_type, event_arg=nil )
public
Hide source
# File lib/rexml/validation/validation.rb, line 70 def initialize(event_type, event_arg=nil ) @event_type = event_type @event_arg = event_arg end