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



33
34
35
# File 'lib/gitlab/rack_attack.rb', line 33

def options
  @options
end

#request_identifierObject

Returns the value of attribute request_identifier

Returns:

  • (Object)

    the current value of request_identifier



33
34
35
# File 'lib/gitlab/rack_attack.rb', line 33

def request_identifier
  @request_identifier
end