Sha256: b75c4dfc1b2eba1925e36fcf1d239758622f6df1a3b0d8c13702abb05c624cd7
Contents?: true
Size: 761 Bytes
Versions: 2
Compression:
Stored size: 761 Bytes
Contents
require 'one_password/version' module OnePassword 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 } end require 'one_password/keychain'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
one_password-0.0.2 | lib/one_password.rb |
one_password-0.0.1 | lib/one_password.rb |