Class: Liteguard::GuardDryRunRateLimit

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

Overview

GuardDryRunRateLimit (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#dry_run_idObject (readonly)

Returns the value of attribute dry_run_id

Returns:

  • (Object)

    the current value of dry_run_id



31
32
33
# File 'lib/liteguard/types.rb', line 31

def dry_run_id
  @dry_run_id
end

#partition_propertiesObject (readonly)

Returns the value of attribute partition_properties

Returns:

  • (Object)

    the current value of partition_properties



31
32
33
# File 'lib/liteguard/types.rb', line 31

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



31
32
33
# File 'lib/liteguard/types.rb', line 31

def requests_per_minute
  @requests_per_minute
end