Class: Kali::Event

Inherits:
Component show all
Defined in:
lib/kali/component/event.rb

Instance Method Summary collapse

Methods inherited from Component

component, #components, #properties, property, property_list, #to_ics

Methods included from Utils::Named

#method_name, #name

Constructor Details

#initializeEvent

Returns a new instance of Event.



28
29
30
31
# File 'lib/kali/component/event.rb', line 28

def initialize
  self.sequence = Property::SequenceNumber.new
  super
end