Class: HttpHealthCheck::Probes::RubyKafka::Heartbeat
- Inherits:
-
Struct
- Object
- Struct
- HttpHealthCheck::Probes::RubyKafka::Heartbeat
- Defined in:
- lib/http_health_check/probes/ruby_kafka.rb
Instance Attribute Summary collapse
-
#group ⇒ Object
Returns the value of attribute group.
-
#time ⇒ Object
Returns the value of attribute time.
-
#topic_partitions ⇒ Object
Returns the value of attribute topic_partitions.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
6 7 8 |
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6 def group @group end |
#time ⇒ Object
Returns the value of attribute time
6 7 8 |
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6 def time @time end |
#topic_partitions ⇒ Object
Returns the value of attribute topic_partitions
6 7 8 |
# File 'lib/http_health_check/probes/ruby_kafka.rb', line 6 def topic_partitions @topic_partitions end |