1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-17 08:30:04 +00:00

remove error_msg

This commit is contained in:
nishiki 2016-05-08 22:24:39 +02:00
parent b6fb5cd486
commit 0a56019794

View file

@ -13,11 +13,8 @@ require "#{APP_ROOT}/../lib/mpw/item.rb"
module MPW
class MPW
attr_accessor :error_msg
# Constructor
def initialize(key, wallet_file, gpg_pass=nil)
@error_msg = nil
@key = key
@gpg_pass = gpg_pass
@wallet_file = wallet_file