class MongoidRecurring::Occurrence

Attributes

all_day[RW]

Public Instance Methods

<=>(other) click to toggle source
# File lib/mongoid_recurring/occurrence.rb, line 40
def <=> other
  sort_key <=> other.sort_key
end
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