Class: Puma::Acme::Eab

Inherits:
Struct
  • Object
show all
Defined in:
lib/puma/acme/structs.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hmac_keyObject

Returns the value of attribute hmac_key

Returns:

  • (Object)

    the current value of hmac_key



106
107
108
# File 'lib/puma/acme/structs.rb', line 106

def hmac_key
  @hmac_key
end

#kidObject

Returns the value of attribute kid

Returns:

  • (Object)

    the current value of kid



106
107
108
# File 'lib/puma/acme/structs.rb', line 106

def kid
  @kid
end

Instance Method Details

#keyObject



107
108
109
# File 'lib/puma/acme/structs.rb', line 107

def key
  [:eab, kid]
end