Method: When::V::Alarm#label
- Defined in:
- lib/when_exe/icalendar.rb
#label ⇒ String
ユニーク識別名 - ACTION Property をユニーク識別名とする。
843 844 845 |
# File 'lib/when_exe/icalendar.rb', line 843 def label @label ||= @property['action'].object # TODO end |