class MongoidRecurring::Occurrence
Attributes
all_day[RW]
Public Instance Methods
<=>(other)
click to toggle source
all_day?()
click to toggle source
# File lib/mongoid_recurring/occurrence.rb, line 48 def all_day? self.all_day == true end
sort_key()
click to toggle source
# File lib/mongoid_recurring/occurrence.rb, line 44 def sort_key dtstart end