Class: Wakame::Packets::ResponseBase
- Inherits:
-
Object
- Object
- Wakame::Packets::ResponseBase
- Includes:
- AttributeHelper
- Defined in:
- lib/wakame/packets.rb
Direct Known Subclasses
ActorResponse, EventResponse, MonitoringOutput, MonitoringStarted, MonitoringStopped, Ping, Register, ServiceStatusChanged, StatusCheckResult, UnRegister
Constant Summary
Constants included from AttributeHelper
AttributeHelper::CLASS_TYPE_KEY, AttributeHelper::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES
Instance Method Summary collapse
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Instance Method Details
#marshal ⇒ Object
25 26 27 |
# File 'lib/wakame/packets.rb', line 25 def marshal dump_attrs.inspect end |