Class: Selene::CalendarBuilder

Inherits:
ComponentBuilder show all
Defined in:
lib/selene/calendar_builder.rb

Instance Attribute Summary

Attributes inherited from ComponentBuilder

#component, #errors, #name, #parent

Instance Method Summary collapse

Methods inherited from ComponentBuilder

#add, #contains?, #parse, #to_ical, #value

Methods included from ComponentValidator

#can_add?, #can_contain?, #error, included, inherited, #multiple?, #properties, #required?, #valid?

Constructor Details

#initializeCalendarBuilder

Custom properties: x-prop, iana-prop



11
12
13
# File 'lib/selene/calendar_builder.rb', line 11

def initialize
  super('vcalendar')
end