Class: When::V::Journal

Inherits:
Event show all
Defined in:
lib/when_exe/icalendar.rb

Overview

Journal を定義する

BEGIN:VJOURNAL...END:VJOURNAL のブロックに対応

Constant Summary collapse

Properties =
[['dtstamp', 'uid'], [],
                 ['class', 'created', 'dtstart',
'last_modified', 'organizer', 'recurid', 'seq',
'status', 'summary', 'url'], [],
                 ['rrule',
'attach', 'attendee', 'categories', 'comment', 'contact',
'description', 'exdate', 'exevent', 'related', 'rdate',
'rstatus']]
Classes =
[]

Constants inherited from Root

Root::AwareProperties, Root::DefaultOptional, Root::DefaultUnique

Constants included from Parts::Resource

Parts::Resource::LabelProperty, Parts::Resource::Prefix, Parts::Resource::PrefixIndex, Parts::Resource::PrefixKeys, Parts::Resource::PrefixValues

Instance Attribute Summary

Attributes inherited from Event

#dtend, #dtstart, #duration, #exdate, #first_occurrence, #rdate, #rrule

Attributes inherited from Root

#calscale, #property

Attributes inherited from BasicTypes::Object

#label

Attributes included from Parts::Resource

#_pool, #child, #keys, #locale, #namespace

Method Summary

Methods inherited from Event

#_enumerator_list, _setup_, #dtstop, #each, #label, #to_gcalevent

Methods included from Parts::Resource::Pool

#[], #[]=, #_pool, #_setup_, #pool_keys

Methods included from Parts::Resource::Synchronize

#synchronize

Methods inherited from Root

#_enumerator, #include?

Methods inherited from BasicTypes::Object

#tap

Methods included from Parts::Resource

#[], #^, _extract_prefix, _instance, _parse, _path_with_prefix, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource