Class: Liteguard::RateLimitDecision
- Inherits:
-
Data
- Object
- Data
- Liteguard::RateLimitDecision
- Defined in:
- lib/liteguard/types.rb
Overview
RateLimitDecision (mirrors proto message).
Instance Attribute Summary collapse
-
#count_in_window ⇒ Object
readonly
Returns the value of attribute count_in_window.
-
#dry_run_id ⇒ Object
readonly
Returns the value of attribute dry_run_id.
-
#evaluation_target ⇒ Object
readonly
Returns the value of attribute evaluation_target.
-
#outcome ⇒ Object
readonly
Returns the value of attribute outcome.
-
#partition_properties ⇒ Object
readonly
Returns the value of attribute partition_properties.
-
#partition_values ⇒ Object
readonly
Returns the value of attribute partition_values.
-
#requests_per_minute ⇒ Object
readonly
Returns the value of attribute requests_per_minute.
Instance Attribute Details
#count_in_window ⇒ Object (readonly)
Returns the value of attribute count_in_window
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def count_in_window @count_in_window end |
#dry_run_id ⇒ Object (readonly)
Returns the value of attribute dry_run_id
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def dry_run_id @dry_run_id end |
#evaluation_target ⇒ Object (readonly)
Returns the value of attribute evaluation_target
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def evaluation_target @evaluation_target end |
#outcome ⇒ Object (readonly)
Returns the value of attribute outcome
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def outcome @outcome end |
#partition_properties ⇒ Object (readonly)
Returns the value of attribute partition_properties
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def partition_properties @partition_properties end |
#partition_values ⇒ Object (readonly)
Returns the value of attribute partition_values
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def partition_values @partition_values end |
#requests_per_minute ⇒ Object (readonly)
Returns the value of attribute requests_per_minute
121 122 123 |
# File 'lib/liteguard/types.rb', line 121 def requests_per_minute @requests_per_minute end |