Class: Liteguard::GuardRateLimitConfig

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

GuardRateLimitConfig (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#partition_propertiesObject (readonly)

Returns the value of attribute partition_properties

Returns:

  • (Object)

    the current value of partition_properties



25
26
27
# File 'lib/liteguard/types.rb', line 25

def partition_properties
  @partition_properties
end

#requests_per_minuteObject (readonly)

Returns the value of attribute requests_per_minute

Returns:

  • (Object)

    the current value of requests_per_minute



25
26
27
# File 'lib/liteguard/types.rb', line 25

def requests_per_minute
  @requests_per_minute
end