Class: Fluent::ThrottleFilter::Bucket
- Inherits:
-
Struct
- Object
- Struct
- Fluent::ThrottleFilter::Bucket
- Defined in:
- lib/fluent/plugin/filter_throttle.rb
Instance Attribute Summary collapse
-
#emitted ⇒ Object
Returns the value of attribute emitted.
-
#last_reset ⇒ Object
Returns the value of attribute last_reset.
Instance Attribute Details
#emitted ⇒ Object
Returns the value of attribute emitted
13 14 15 |
# File 'lib/fluent/plugin/filter_throttle.rb', line 13 def emitted @emitted end |
#last_reset ⇒ Object
Returns the value of attribute last_reset
13 14 15 |
# File 'lib/fluent/plugin/filter_throttle.rb', line 13 def last_reset @last_reset end |