Methods

Included Modules

Class Index [+]

Quicksearch

When::V::Event::Enumerator

When::V::Event が使用する Enumerator

Attributes

rule[R]

RRULE Property

  type : Hash

    iCalendar の RRULE を Hash に展開したものを保持している。
dtstart[R]

繰り返しの始点

  type : When::TM::(Temporal)Position or When::Parts::GeometricComplex
logics[R]

多重繰り返しロジック

  type : [When::V::Event::Enumerator::Logic]
steps[RW]

多重繰り返しの現在状態

  type : [When::V::Event::Enumerator::Step]

Public Instance Methods

_rewind() click to toggle source

巻き戻す

  returns : rewind された self
      # File when/icalendar.rb, line 1006
1006:       def _rewind
1007:         @steps = [Step.new(_first_seed(@first, @dtstart))]
1008:         super
1009:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.