Class: Fluent::Plugin::ZabbixSimpleOutput::KeyMap
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ZabbixSimpleOutput::KeyMap
- Defined in:
- lib/fluent/plugin/out_zabbix_simple.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#replace ⇒ Object
Returns the value of attribute replace.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
41 42 43 |
# File 'lib/fluent/plugin/out_zabbix_simple.rb', line 41 def id @id end |
#pattern ⇒ Object
Returns the value of attribute pattern
41 42 43 |
# File 'lib/fluent/plugin/out_zabbix_simple.rb', line 41 def pattern @pattern end |
#replace ⇒ Object
Returns the value of attribute replace
41 42 43 |
# File 'lib/fluent/plugin/out_zabbix_simple.rb', line 41 def replace @replace end |