Class: TCellAgent::SensorEvents::AgentSettingEvent

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

Instance Attribute Summary

Attributes inherited from TCellSensorEvent

#ensure, #flush, #send

Instance Method Summary collapse

Methods inherited from TCellSensorEvent

#bucket_key, #calculate_offset

Constructor Details

#initialize(name, value) ⇒ AgentSettingEvent

Returns a new instance of AgentSettingEvent.



7
8
9
# File 'lib/tcell_agent/sensor_events/agent_setting_event.rb', line 7

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