Class: Wakame::Packets::RequestBase

Inherits:
Object
  • Object
show all
Includes:
AttributeHelper
Defined in:
lib/wakame/packets.rb

Direct Known Subclasses

ActorRequest, Nop

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

#marshalObject



44
45
46
# File 'lib/wakame/packets.rb', line 44

def marshal
  dump_attrs.inspect
end