Class: Wakame::Packets::UnRegister

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

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) ⇒ UnRegister

Returns a new instance of UnRegister.



66
67
68
# File 'lib/wakame/packets.rb', line 66

def initialize(agent)
  super(agent)
end