Class: TCellAgent::SensorEvents::TCellAgentSettingEvent
- Inherits:
-
AppConfigSettingEvent
- Object
- Hash
- TCellSensorEvent
- AppConfigSettingEvent
- TCellAgent::SensorEvents::TCellAgentSettingEvent
- Defined in:
- lib/tcell_agent/sensor_events/app_config.rb
Instance Attribute Summary
Attributes inherited from TCellSensorEvent
Instance Method Summary collapse
-
#initialize(name, value) ⇒ TCellAgentSettingEvent
constructor
A new instance of TCellAgentSettingEvent.
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 |