Class: Fundler

Inherits:
Object
  • Object
show all
Includes:
BookmarksReader, FindAndClean, FundlerUtils
Defined in:
lib/fundler.rb,
lib/fundler/version.rb

Constant Summary collapse

VERSION =

The version of the Fundler Utility.

"0.3.0"

Constants included from BookmarksReader

BookmarksReader::MOZILLA_FIREFOX_CONF_DIR

Constants included from QueryConstants

QueryConstants::BOOKMARKS_QUERY, QueryConstants::QUERY_BY_TAG, QueryConstants::QUERY_FOR_LINK, QueryConstants::QUERY_FOR_SIMPLE_BOOKMARKS, QueryConstants::QUERY_FOR_TAGS, QueryConstants::QUERY_FOR_TAG_BY_ID

Instance Attribute Summary

Attributes included from BookmarksReader

#db

Instance Method Summary collapse

Methods included from FundlerUtils

included

Methods included from BookmarksReader

#bookmarks_count, #drop_bookmarks, #dump_places, #find_bookmarks_by_tag, #get_bookmarks_with_tags, #get_bookmarks_with_url_title_descr_tag, #get_tag_by_id, #get_tags, #locate_places, #stored_bookmarks

Methods included from FindAndClean

#all_files, #clean_all_filenames, #get_list, #get_pwd, #ruby_files

Instance Method Details

#bookmarks(format) ⇒ Object



16
17
18
# File 'lib/fundler.rb', line 16

def bookmarks(format)
  drop_bookmarks(format)
end

#cleanObject



10
11
12
# File 'lib/fundler.rb', line 10

def clean
  clean_all_filenames
end

#listObject



19
20
21
# File 'lib/fundler.rb', line 19

def list
  get_list
end

#pwdObject



13
14
15
# File 'lib/fundler.rb', line 13

def pwd
  get_pwd
end