Object
# File lib/ri_cal/occurrence_period.rb, line 4 def initialize(dtstart, dtend) @dtstart = dtstart @dtend = dtend end
# File lib/ri_cal/occurrence_period.rb, line 13 def <=>(other) [dtstart, dtend] <=> [other.dtstart, other.dtend] end
# File lib/ri_cal/occurrence_period.rb, line 9 def to_s "op:#{dtstart}-#{dtend}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.