module Grape::Attack::Extension

Public Instance Methods

throttle(options = {}) click to toggle source
# File lib/grape/attack/extension.rb, line 5
def throttle(options = {})
  route_setting(:throttle, options)
  options
end