Class: MacosTags::FinderPlist
- Inherits:
-
Object
- Object
- MacosTags::FinderPlist
- Defined in:
- lib/macos-tags.rb
Instance Attribute Summary collapse
-
#plist ⇒ Object
readonly
Returns the value of attribute plist.
Instance Method Summary collapse
-
#initialize ⇒ FinderPlist
constructor
A new instance of FinderPlist.
- #tags ⇒ Object
Constructor Details
#initialize ⇒ FinderPlist
Returns a new instance of FinderPlist.
91 92 93 94 |
# File 'lib/macos-tags.rb', line 91 def initialize @plist = CFPropertyList::List.new load end |
Instance Attribute Details
#plist ⇒ Object (readonly)
Returns the value of attribute plist.
90 91 92 |
# File 'lib/macos-tags.rb', line 90 def plist @plist end |