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 Attribute Summary collapse

Attributes inherited from ResponseBase

#agent_id, #responded_at

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.



81
82
83
84
# File 'lib/wakame/packets.rb', line 81

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

Instance Attribute Details

#svc_idObject (readonly)

Returns the value of attribute svc_id.



80
81
82
# File 'lib/wakame/packets.rb', line 80

def svc_id
  @svc_id
end