Module: OnePassword
- Defined in:
- lib/one_password.rb,
lib/one_password/item.rb,
lib/one_password/errors.rb,
lib/one_password/profile.rb,
lib/one_password/version.rb,
lib/one_password/keychain.rb,
lib/one_password/encryption.rb,
lib/one_password/encryption_key.rb
Defined Under Namespace
Classes: Encryption, EncryptionKey, Error, Item, Keychain, NoPassword, Profile, UndefinedProfile
Constant Summary collapse
- WEBFORMS =
'webforms.WebForm'
- FOLDERS =
'system.folder.Regular'
- NOTES =
'securenotes.SecureNote'
- IDENTITIES =
'identities.Identity'
- PASSWORDS =
'passwords.Password'
- WALLET =
'wallet'
- SOFTWARE_LICENSES =
'wallet.computer.License'
- TRASHED =
'trashed'
- ACCOUNT =
'account'
- ACCOUNT_ONLINESERVICE =
'wallet.onlineservices.'
- ACCOUNT_COMPUTER =
'wallet.computer.'
- CATEGORIES =
[WEBFORMS, NOTES, WALLET, PASSWORDS, IDENTITIES, SOFTWARE_LICENSES, :folders, ACCOUNT, TRASHED,].map { |type| type.to_sym }
- VERSION =
'0.0.2'