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



30
31
32
# File 'lib/jwt/signature.rb', line 30

def algorithm
  @algorithm
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



30
31
32
# File 'lib/jwt/signature.rb', line 30

def key
  @key
end

#msgObject

Returns the value of attribute msg

Returns:

  • (Object)

    the current value of msg



30
31
32
# File 'lib/jwt/signature.rb', line 30

def msg
  @msg
end