Class: HttpHealthCheck::Probes::RubyKafka::Heartbeat

Inherits:
Struct
  • Object
show all
Defined in:
lib/http_health_check/probes/ruby_kafka.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



6
7
8
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6

def group
  @group
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



6
7
8
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6

def time
  @time
end

#topic_partitionsObject

Returns the value of attribute topic_partitions

Returns:

  • (Object)

    the current value of topic_partitions



6
7
8
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6

def topic_partitions
  @topic_partitions
end