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
27 28 29 |
# File 'lib/localvault/guard.rb', line 27 def fingerprint @fingerprint end |
#key ⇒ Object
Returns the value of attribute key
27 28 29 |
# File 'lib/localvault/guard.rb', line 27 def key @key end |
#vault ⇒ Object
Returns the value of attribute vault
27 28 29 |
# File 'lib/localvault/guard.rb', line 27 def vault @vault end |