Class: Ulysses::Library
- Inherits:
-
Object
- Object
- Ulysses::Library
- Defined in:
- lib/ulysses/library.rb
Instance Attribute Summary collapse
-
#dirname ⇒ Object
readonly
Returns the value of attribute dirname.
Instance Method Summary collapse
- #groups ⇒ Object
-
#initialize(dirname = nil) ⇒ Library
constructor
A new instance of Library.
Constructor Details
#initialize(dirname = nil) ⇒ Library
Returns a new instance of Library.
6 7 8 9 |
# File 'lib/ulysses/library.rb', line 6 def initialize(dirname = nil) dirname ||= '~/Library/Mobile Documents/X5AZV975AG~com~soulmen~ulysses3/Documents/Library' @dirname = File.(dirname) end |
Instance Attribute Details
#dirname ⇒ Object (readonly)
Returns the value of attribute dirname.
4 5 6 |
# File 'lib/ulysses/library.rb', line 4 def dirname @dirname end |