Class: Fluent::Plugin::SystemdEntryMutator::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/systemd/entry_mutator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#field_mapObject

Returns the value of attribute field_map

Returns:

  • (Object)

    the current value of field_map



37
38
39
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37

def field_map
  @field_map
end

#field_map_strictObject

Returns the value of attribute field_map_strict

Returns:

  • (Object)

    the current value of field_map_strict



37
38
39
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37

def field_map_strict
  @field_map_strict
end

#fields_lowercaseObject

Returns the value of attribute fields_lowercase

Returns:

  • (Object)

    the current value of fields_lowercase



37
38
39
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37

def fields_lowercase
  @fields_lowercase
end

#fields_strip_underscoresObject

Returns the value of attribute fields_strip_underscores

Returns:

  • (Object)

    the current value of fields_strip_underscores



37
38
39
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37

def fields_strip_underscores
  @fields_strip_underscores
end