module XSignature
Constants
- Data
- InvalidNonce
- InvalidSignature
- VERSION
- XSignatureError
Attributes
client_header[W]
nonce_header[W]
signature_header[W]
Public Class Methods
client_header()
click to toggle source
# File lib/x-signature.rb, line 29 def client_header @client_header ||= 'HTTP_X_CLIENT' end
configure() { |self| ... }
click to toggle source
# File lib/x-signature.rb, line 37 def configure yield self end
nonce_header()
click to toggle source
# File lib/x-signature.rb, line 33 def nonce_header @nonce_header ||= 'HTTP_X_NONCE' end
signature_header()
click to toggle source
# File lib/x-signature.rb, line 25 def signature_header @signature_header ||= 'HTTP_X_SIGNATURE' end