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::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from AttributeHelper

#dump_attrs

Instance Attribute Details

#requested_atObject (readonly)

Returns the value of attribute requested_at.



32
33
34
# File 'lib/wakame/packets.rb', line 32

def requested_at
  @requested_at
end

#tokenObject (readonly)

Returns the value of attribute token.



32
33
34
# File 'lib/wakame/packets.rb', line 32

def token
  @token
end

Instance Method Details

#marshalObject



40
41
42
# File 'lib/wakame/packets.rb', line 40

def marshal
  dump_attrs.inspect
end