In Files

Parent

Methods

Included Modules

Vpim::Repo

A Repo is a representation of a calendar repository.

Currently supported repository types are:

All repository types support at least the methods of Repo, and all repositories return calendars that support at least the methods of Repo::Calendar.

Public Class Methods

new(where) click to toggle source

Open a repository at location where.

# File lib/vpim/repo.rb, line 32
def initialize(where)
end

Public Instance Methods

each() click to toggle source

Enumerate the calendars in the repository.

# File lib/vpim/repo.rb, line 36
def each #:yield: calendar
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.