Method: Fet::Ui::CustomEvent#initialize

Defined in:
lib/fet/ui/custom_event.rb

#initialize(type) ⇒ CustomEvent



18
19
20
21
# File 'lib/fet/ui/custom_event.rb', line 18

def initialize(type)
  self.type = type
  validate_type!
end