Method: Vpim::Icalendar::Vevent#fields
- Defined in:
- lib/vpim/vevent.rb
#fields ⇒ Object
TODO - derive everything from Icalendar::Component to get this kind of stuff?
42 43 44 45 46 47 |
# File 'lib/vpim/vevent.rb', line 42 def fields #:nodoc: f = @properties.to_a last = f.pop f.push @elements f.push last end |