Class: Fluent::ExHttpInput::KeepaliveManager::TimerValue
- Inherits:
-
Object
- Object
- Fluent::ExHttpInput::KeepaliveManager::TimerValue
- Defined in:
- lib/fluent/plugin/in_http_ex.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ TimerValue
constructor
A new instance of TimerValue.
Constructor Details
#initialize ⇒ TimerValue
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
#value ⇒ Object
Returns the value of attribute value.
16 17 18 |
# File 'lib/fluent/plugin/in_http_ex.rb', line 16 def value @value end |