Class: Selene::CalendarBuilder

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

Constant Summary collapse

REQUIRED_PROPERTIES =
%w(prodid version)
DISTINCT_PROPERTIES =
%w(prodid version calscale method)

Constants inherited from ComponentBuilder

Selene::ComponentBuilder::EXCLUSIVE_PROPERTIES

Instance Attribute Summary

Attributes inherited from ComponentBuilder

#component, #errors, #parent

Method Summary

Methods inherited from ComponentBuilder

#a_component_rules, #add, #initialize, #name, #parse, #valid?, #value

Methods included from ComponentRules

#component_rules, #property_rules

Constructor Details

This class inherits a constructor from Selene::ComponentBuilder