class HttpSignatures::Key

Defined in:

http_signatures/key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, secret : String) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def id : String #

[View source]
def secret : String #

[View source]