Class: TCellAgent::SensorEvents::TCellAgentSettingEvent

Inherits:
AppConfigSettingEvent show all
Defined in:
lib/tcell_agent/sensor_events/app_config.rb

Instance Attribute Summary

Attributes inherited from TCellSensorEvent

#ensure, #flush, #send

Instance Method Summary collapse

Methods inherited from TCellSensorEvent

#bucket_key, #calculateOffset, #post_process

Constructor Details

#initialize(name, value) ⇒ TCellAgentSettingEvent

Returns a new instance of TCellAgentSettingEvent.



19
20
21
# File 'lib/tcell_agent/sensor_events/app_config.rb', line 19

def initialize(name, value)
  super("tcell", "config", nil, name, value)
end