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
23 24 25 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 23 def field_map @field_map end |
#field_map_strict ⇒ Object
Returns the value of attribute field_map_strict
23 24 25 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 23 def field_map_strict @field_map_strict end |
#fields_lowercase ⇒ Object
Returns the value of attribute fields_lowercase
23 24 25 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 23 def fields_lowercase @fields_lowercase end |
#fields_strip_underscores ⇒ Object
Returns the value of attribute fields_strip_underscores
23 24 25 |
# File 'lib/fluent/plugin/systemd/entry_mutator.rb', line 23 def fields_strip_underscores @fields_strip_underscores end |