Method: Kafka::Protocol::DescribeConfigsResponse#initialize
- Defined in:
- lib/kafka/protocol/describe_configs_response.rb
#initialize(throttle_time_ms:, resources:) ⇒ DescribeConfigsResponse
Returns a new instance of DescribeConfigsResponse.
32 33 34 35 |
# File 'lib/kafka/protocol/describe_configs_response.rb', line 32 def initialize(throttle_time_ms:, resources:) @throttle_time_ms = throttle_time_ms @resources = resources end |