Class: Wakame::Packets::ActorResponse
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::ActorResponse
- 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
-
#initialize(agent, token, status, opts = {}) ⇒ ActorResponse
constructor
A new instance of ActorResponse.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Constructor Details
#initialize(agent, token, status, opts = {}) ⇒ ActorResponse
Returns a new instance of ActorResponse.
181 182 183 184 185 186 |
# File 'lib/wakame/packets.rb', line 181 def initialize(agent, token, status, opts={}) super(agent) @token = token @status = status @opts = opts end |