Class: LocalVault::Guard::Match
- Inherits:
-
Struct
- Object
- Struct
- LocalVault::Guard::Match
- Defined in:
- lib/localvault/guard.rb
Instance Attribute Summary collapse
-
#fingerprint ⇒ Object
Returns the value of attribute fingerprint.
-
#key ⇒ Object
Returns the value of attribute key.
-
#vault ⇒ Object
Returns the value of attribute vault.
Instance Attribute Details
#fingerprint ⇒ Object
Returns the value of attribute fingerprint
66 67 68 |
# File 'lib/localvault/guard.rb', line 66 def fingerprint @fingerprint end |
#key ⇒ Object
Returns the value of attribute key
66 67 68 |
# File 'lib/localvault/guard.rb', line 66 def key @key end |
#vault ⇒ Object
Returns the value of attribute vault
66 67 68 |
# File 'lib/localvault/guard.rb', line 66 def vault @vault end |