Class: Liteguard::GuardDryRunRateLimit
- Inherits:
-
Data
- Object
- Data
- Liteguard::GuardDryRunRateLimit
- Defined in:
- lib/liteguard/types.rb
Overview
GuardDryRunRateLimit (mirrors proto message).
Instance Attribute Summary collapse
-
#dry_run_id ⇒ Object
readonly
Returns the value of attribute dry_run_id.
-
#partition_properties ⇒ Object
readonly
Returns the value of attribute partition_properties.
-
#requests_per_minute ⇒ Object
readonly
Returns the value of attribute requests_per_minute.
Instance Attribute Details
#dry_run_id ⇒ Object (readonly)
Returns the value of attribute dry_run_id
31 32 33 |
# File 'lib/liteguard/types.rb', line 31 def dry_run_id @dry_run_id end |
#partition_properties ⇒ Object (readonly)
Returns the value of attribute partition_properties
31 32 33 |
# File 'lib/liteguard/types.rb', line 31 def partition_properties @partition_properties end |
#requests_per_minute ⇒ Object (readonly)
Returns the value of attribute requests_per_minute
31 32 33 |
# File 'lib/liteguard/types.rb', line 31 def requests_per_minute @requests_per_minute end |