Class: Gitlab::RackAttack::ThrottleDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/rack_attack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



84
85
86
# File 'lib/gitlab/rack_attack.rb', line 84

def options
  @options
end

#request_identifierObject

Returns the value of attribute request_identifier

Returns:

  • (Object)

    the current value of request_identifier



84
85
86
# File 'lib/gitlab/rack_attack.rb', line 84

def request_identifier
  @request_identifier
end