Class: JWT::Signature::ToSign

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

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm



28
29
30
# File 'lib/jwt/signature.rb', line 28

def algorithm
  @algorithm
end

#keyObject

Returns the value of attribute key



28
29
30
# File 'lib/jwt/signature.rb', line 28

def key
  @key
end

#msgObject

Returns the value of attribute msg



28
29
30
# File 'lib/jwt/signature.rb', line 28

def msg
  @msg
end