Class: Wakame::Packets::MonitoringStopped
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::MonitoringStopped
- Defined in:
- lib/wakame/packets.rb
Constant Summary
Constants included from AttributeHelper
AttributeHelper::CLASS_TYPE_KEY, AttributeHelper::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES
Instance Method Summary collapse
-
#initialize(agent, svc_id) ⇒ MonitoringStopped
constructor
A new instance of MonitoringStopped.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
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 |