Class: Wakame::Packets::MonitoringStopped

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) ⇒ MonitoringStopped

Returns a new instance of MonitoringStopped.



98
99
100
101
# File 'lib/wakame/packets.rb', line 98

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