Class: Wakame::Packets::MonitoringStarted

Inherits:
ResponseBase show all
Defined in:
lib/wakame/packets.rb

Constant Summary

Constants included from AttributeHelper

AttributeHelper::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES

Instance Method Summary collapse

Methods inherited from ResponseBase

#marshal

Methods included from AttributeHelper

#dump_attrs

Constructor Details

#initialize(agent, svc_id) ⇒ MonitoringStarted

Returns a new instance of MonitoringStarted.



88
89
90
91
# File 'lib/wakame/packets.rb', line 88

def initialize(agent, svc_id)
  super(agent)
  @svc_id = svc_id
end