Class: Vpim::Repo::Apple3
- Inherits:
-
Vpim::Repo
- Object
- Vpim::Repo
- Vpim::Repo::Apple3
- Defined in:
- lib/vpim/repo.rb
Overview
An Apple iCal version 3 repository.
Defined Under Namespace
Classes: Calendar
Instance Method Summary collapse
-
#each ⇒ Object
:nodoc:.
-
#initialize(where = "~/Library/Calendars") ⇒ Apple3
constructor
A new instance of Apple3.
Constructor Details
#initialize(where = "~/Library/Calendars") ⇒ Apple3
Returns a new instance of Apple3.
102 103 104 |
# File 'lib/vpim/repo.rb', line 102 def initialize(where = "~/Library/Calendars") @where = where.to_str end |