Module: Rcal::Property
- Defined in:
- lib/rcal/property.rb
Overview
Module containing all of the Ical property types (UID, DTSTAMP, PRIORITY, etc.). See RFC 2445 Sections 4.5 and 4.6.
Defined Under Namespace
Modules: Base
Class Method Summary (collapse)
-
+ (Object) parser(compliance_level)
Returns a Parser Registry capable of parsing all the canonical property types.
Class Method Details
+ (Object) parser(compliance_level)
Returns a Parser Registry capable of parsing all the canonical property types.
11 12 13 |
# File 'lib/rcal/property.rb', line 11 def self.parser(compliance_level) Rcal::Parser::Registry.new(compliance_level) end |