Class: LocalVault::Guard::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/localvault/guard.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprintObject

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



27
28
29
# File 'lib/localvault/guard.rb', line 27

def fingerprint
  @fingerprint
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



27
28
29
# File 'lib/localvault/guard.rb', line 27

def key
  @key
end

#vaultObject

Returns the value of attribute vault

Returns:

  • (Object)

    the current value of vault



27
28
29
# File 'lib/localvault/guard.rb', line 27

def vault
  @vault
end