Class: JWT::Signature::ToSign
- Inherits:
-
Struct
- Object
- Struct
- JWT::Signature::ToSign
- Defined in:
- lib/jwt/signature.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#key ⇒ Object
Returns the value of attribute key.
-
#msg ⇒ Object
Returns the value of attribute msg.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
28 29 30 |
# File 'lib/jwt/signature.rb', line 28 def algorithm @algorithm end |
#key ⇒ Object
Returns the value of attribute key
28 29 30 |
# File 'lib/jwt/signature.rb', line 28 def key @key end |
#msg ⇒ Object
Returns the value of attribute msg
28 29 30 |
# File 'lib/jwt/signature.rb', line 28 def msg @msg end |