Class: Wakame::Packets::UnRegister
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::UnRegister
- 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) ⇒ UnRegister
constructor
A new instance of UnRegister.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Constructor Details
#initialize(agent) ⇒ UnRegister
Returns a new instance of UnRegister.
79 80 81 |
# File 'lib/wakame/packets.rb', line 79 def initialize(agent) super(agent) end |