Class: FluentECS::Configurable::Config
- Inherits:
-
Object
- Object
- FluentECS::Configurable::Config
- Defined in:
- lib/fluent_ecs/configurable.rb
Instance Attribute Summary collapse
-
#cache_size ⇒ Object
Returns the value of attribute cache_size.
-
#cache_ttl ⇒ Object
Returns the value of attribute cache_ttl.
-
#fields ⇒ Object
Returns the value of attribute fields.
Instance Attribute Details
#cache_size ⇒ Object
Returns the value of attribute cache_size.
4 5 6 |
# File 'lib/fluent_ecs/configurable.rb', line 4 def cache_size @cache_size end |
#cache_ttl ⇒ Object
Returns the value of attribute cache_ttl.
4 5 6 |
# File 'lib/fluent_ecs/configurable.rb', line 4 def cache_ttl @cache_ttl end |
#fields ⇒ Object
Returns the value of attribute fields.
4 5 6 |
# File 'lib/fluent_ecs/configurable.rb', line 4 def fields @fields end |