Class: When::V::Alarm
- Inherits:
-
Event
- Object
- BasicTypes::Object
- Root
- Event
- When::V::Alarm
- Defined in:
- lib/when_exe/icalendar.rb
Overview
Alarm を定義する
BEGIN:VALARM...END:VALARM のブロックに対応
Constant Summary
Constants inherited from Event
Event::Classes, Event::DayOfWeek, Event::Properties, Event::RegisteredNoteMethods, Event::RegisteredNotes
Constants inherited from Root
Root::AwareProperties, Root::Classes, Root::DefaultOptional, Root::DefaultUnique, Root::Properties
Constants included from Namespace
Namespace::DC, Namespace::DCQ, Namespace::DCT, Namespace::FOAF, Namespace::OWL, Namespace::RDF, Namespace::RDFC, Namespace::RDFS, Namespace::RSS, Namespace::XSD
Instance Attribute Summary
Attributes inherited from Event
#dtend, #dtstart, #duration, #exdate, #first_occurrence, #google_api_props, #rdate, #rrule, #summary
Attributes inherited from Root
Attributes included from Parts::Resource
#child, #keys, #locale, #namespace
Instance Method Summary collapse
-
#label ⇒ String
ユニーク識別名 - ACTION Property をユニーク識別名とする。.
Methods inherited from Event
_setup_, _setup_info, default_until, #dtstop, #each, gcal2ical, iterator_for_ISO8601, #to_gcalevent
Methods included from Parts::Resource::Pool
Methods inherited from Root
Methods included from Parts::Resource
#[], #^, _instance, _setup_, _setup_info, base_uri, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #parent, #registered?, root_dir
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class When::Parts::Resource
Instance Method Details
#label ⇒ String
ユニーク識別名 - ACTION Property をユニーク識別名とする。
843 844 845 |
# File 'lib/when_exe/icalendar.rb', line 843 def label @label ||= @property['action'].object # TODO end |