Method: Keylime::FileKeychainObject#initialize

Defined in:
lib/keylime/credential.rb

#initialize(params = {}) ⇒ FileKeychainObject

Returns a new instance of FileKeychainObject.



145
146
147
148
# File 'lib/keylime/credential.rb', line 145

def initialize(params = {})
  @ref = params.delete('ref')
  @fields = params
end