Class: Wakame::Packets::RequestBase
- Inherits:
-
Object
- Object
- Wakame::Packets::RequestBase
- Includes:
- AttributeHelper
- Defined in:
- lib/wakame/packets.rb
Direct Known Subclasses
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
44 45 46 |
# File 'lib/wakame/packets.rb', line 44 def marshal dump_attrs.inspect end |