Class: HMAC::HMACConfiguration
- Inherits:
-
Struct
- Object
- Struct
- HMAC::HMACConfiguration
- Defined in:
- lib/hmac.rb
Instance Attribute Summary collapse
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Attribute Details
#secret ⇒ Object
Returns the value of attribute secret
16 17 18 |
# File 'lib/hmac.rb', line 16 def secret @secret end |