Class: Fluent::HttpInput::KeepaliveManager::TimerValue

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimerValue

Returns a new instance of TimerValue.



44
45
46
# File 'lib/fluent/plugin/in_http.rb', line 44

def initialize
  @value = 0
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



47
48
49
# File 'lib/fluent/plugin/in_http.rb', line 47

def value
  @value
end