Class: HMAC::HMACConfiguration

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

Instance Attribute Summary collapse

Instance Attribute Details

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



16
17
18
# File 'lib/hmac.rb', line 16

def secret
  @secret
end