Module: Device::BackupBookmarkUtility
Overview
デバイスの栞をバックアップするときに使う時に include する
Instance Method Summary collapse
-
#get_storage_path ⇒ Object
栞データを管理するディレクトリのパスを取得.
Instance Method Details
#get_storage_path ⇒ Object
栞データを管理するディレクトリのパスを取得
19 20 21 |
# File 'lib/device.rb', line 19 def get_storage_path File.join(Narou.get_misc_dir, "bookmark", @name) end |