Class: Wakame::Packets::ResponseBase

Inherits:
Object
  • Object
show all
Includes:
AttributeHelper
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 included from AttributeHelper

#dump_attrs, #retrieve_attr_attribute

Instance Method Details

#marshalObject



25
26
27
# File 'lib/wakame/packets.rb', line 25

def marshal
  dump_attrs.inspect
end