mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
remove error_msg
This commit is contained in:
parent
b6fb5cd486
commit
0a56019794
1 changed files with 0 additions and 3 deletions
|
@ -13,11 +13,8 @@ require "#{APP_ROOT}/../lib/mpw/item.rb"
|
||||||
module MPW
|
module MPW
|
||||||
class MPW
|
class MPW
|
||||||
|
|
||||||
attr_accessor :error_msg
|
|
||||||
|
|
||||||
# Constructor
|
# Constructor
|
||||||
def initialize(key, wallet_file, gpg_pass=nil)
|
def initialize(key, wallet_file, gpg_pass=nil)
|
||||||
@error_msg = nil
|
|
||||||
@key = key
|
@key = key
|
||||||
@gpg_pass = gpg_pass
|
@gpg_pass = gpg_pass
|
||||||
@wallet_file = wallet_file
|
@wallet_file = wallet_file
|
||||||
|
|
Loading…
Add table
Reference in a new issue