ApiSignature.setup do |config| config.signature_ttl = 2.minutes end
Yields:
Yield Parameters:
the object that the method was called on
24 25 26
# File 'lib/api_signature.rb', line 24 def self.setup yield self end