Class: TCellAgent::SensorEvents::AppAuthFramework

Inherits:
TCellSensorEvent show all
Defined in:
lib/tcell_agent/sensor_events/server_agent.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, version) ⇒ AppAuthFramework

Returns a new instance of AppAuthFramework.



98
99
100
101
102
103
104
# File 'lib/tcell_agent/sensor_events/server_agent.rb', line 98

def initialize(name, version)
  super('appserver_auth_framework')
  @flush = false
  @ensure = true
  self['n'] = name
  self['v'] = version
end