Class: Fluent::Plugin::SystemdEntryMutator::Options
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::SystemdEntryMutator::Options
- Defined in:
- lib/fluent/plugin/systemd/entry_mutator.rb
Instance Attribute Summary collapse
-
#field_map ⇒ Object
Returns the value of attribute field_map.
-
#field_map_strict ⇒ Object
Returns the value of attribute field_map_strict.
-
#fields_lowercase ⇒ Object
Returns the value of attribute fields_lowercase.
-
#fields_strip_underscores ⇒ Object
Returns the value of attribute fields_strip_underscores.
Instance Attribute Details
#field_map ⇒ Object
Returns the value of attribute field_map
37 38 39 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37 def field_map @field_map end |
#field_map_strict ⇒ Object
Returns the value of attribute 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_lowercase ⇒ Object
Returns the value of attribute fields_lowercase
37 38 39 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37 def fields_lowercase @fields_lowercase end |
#fields_strip_underscores ⇒ Object
Returns the value of attribute fields_strip_underscores
37 38 39 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 37 def fields_strip_underscores @fields_strip_underscores end |