Class: Fluent::HttpListInput::KeepaliveManager::TimerValue

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/in_http_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimerValue

Returns a new instance of TimerValue.



26
27
28
# File 'lib/fluent/plugin/in_http_list.rb', line 26

def initialize
  @value = 0
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



29
30
31
# File 'lib/fluent/plugin/in_http_list.rb', line 29

def value
  @value
end