Class: Fluent::ExHttpInput::KeepaliveManager::TimerValue

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTimerValue

Returns a new instance of TimerValue.



13
14
15
# File 'lib/fluent/plugin/in_http_ex.rb', line 13

def initialize
  @value = 0
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



16
17
18
# File 'lib/fluent/plugin/in_http_ex.rb', line 16

def value
  @value
end