Class: Fluent::HttpListInput::KeepaliveManager::TimerValue
- Inherits:
-
Object
- Object
- Fluent::HttpListInput::KeepaliveManager::TimerValue
- Defined in:
- lib/fluent/plugin/in_http_list.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.
26 27 28 |
# File 'lib/fluent/plugin/in_http_list.rb', line 26 def initialize @value = 0 end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
29 30 31 |
# File 'lib/fluent/plugin/in_http_list.rb', line 29 def value @value end |