Class: Wakame::Packets::Ping

Inherits:
ResponseBase show all
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

Methods inherited from ResponseBase

#marshal

Methods included from AttributeHelper

#dump_attrs, #retrieve_attr_attribute

Constructor Details

#initialize(agent, attrs, actors, monitors, services) ⇒ Ping

Returns a new instance of Ping.



56
57
58
59
60
61
62
# File 'lib/wakame/packets.rb', line 56

def initialize(agent, attrs, actors, monitors, services)
  super(agent)
  @attrs = attrs
  @actors = actors
  @monitors = monitors
  @services = services
end