Class: FluentECS::Configurable::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent_ecs/configurable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cache_sizeObject

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_ttlObject

Returns the value of attribute cache_ttl.



4
5
6
# File 'lib/fluent_ecs/configurable.rb', line 4

def cache_ttl
  @cache_ttl
end

#fieldsObject

Returns the value of attribute fields.



4
5
6
# File 'lib/fluent_ecs/configurable.rb', line 4

def fields
  @fields
end