Class: Icalendar2::Property::Nil

Inherits:
Object
  • Object
show all
Defined in:
lib/icalendar2/property/nil.rb

Instance Method Summary collapse

Instance Method Details

#to_icalObject



8
9
10
# File 'lib/icalendar2/property/nil.rb', line 8

def to_ical
  ""
end

#valueObject



4
5
6
# File 'lib/icalendar2/property/nil.rb', line 4

def value
  nil
end