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

Returns:

  • (Object)

    the current value of algorithm



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

def algorithm
  @algorithm
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



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

def msg
  @msg
end