Class: Wakame::Packets::ActorResponse

Inherits:
ResponseBase show all
Defined in:
lib/wakame/packets.rb

Constant Summary

Constants included from AttributeHelper

AttributeHelper::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES

Instance Method Summary collapse

Methods inherited from ResponseBase

#marshal

Methods included from AttributeHelper

#dump_attrs

Constructor Details

#initialize(agent, token, status, opts = {}) ⇒ ActorResponse

Returns a new instance of ActorResponse.



189
190
191
192
193
194
# File 'lib/wakame/packets.rb', line 189

def initialize(agent, token, status, opts={})
  super(agent)
  @token = token
  @status = status
  @opts = opts
end