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



113
114
115
# File 'lib/puma/acme/structs.rb', line 113

def hmac_key
  @hmac_key
end

#kidObject

Returns the value of attribute kid

Returns:

  • (Object)

    the current value of kid



113
114
115
# File 'lib/puma/acme/structs.rb', line 113

def kid
  @kid
end

Instance Method Details

#keyObject



114
115
116
# File 'lib/puma/acme/structs.rb', line 114

def key
  [:eab, kid]
end