Class: Puma::Acme::Eab
- Inherits:
-
Struct
- Object
- Struct
- Puma::Acme::Eab
- Defined in:
- lib/puma/acme/structs.rb
Instance Attribute Summary collapse
-
#hmac_key ⇒ Object
Returns the value of attribute hmac_key.
-
#kid ⇒ Object
Returns the value of attribute kid.
Instance Method Summary collapse
Instance Attribute Details
#hmac_key ⇒ Object
Returns the value of attribute hmac_key
113 114 115 |
# File 'lib/puma/acme/structs.rb', line 113 def hmac_key @hmac_key end |
#kid ⇒ Object
Returns the value of attribute kid
113 114 115 |
# File 'lib/puma/acme/structs.rb', line 113 def kid @kid end |
Instance Method Details
#key ⇒ Object
114 115 116 |
# File 'lib/puma/acme/structs.rb', line 114 def key [:eab, kid] end |