Class: Wakame::Packets::MonitoringOutput
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::MonitoringOutput
- 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, outputs) ⇒ MonitoringOutput
constructor
A new instance of MonitoringOutput.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Constructor Details
#initialize(agent, svc_id, outputs) ⇒ MonitoringOutput
Returns a new instance of MonitoringOutput.
108 109 110 111 112 |
# File 'lib/wakame/packets.rb', line 108 def initialize(agent, svc_id, outputs) super(agent) @svc_id = svc_id @outputs = outputs end |