Class: Wakame::Packets::EventResponse
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::EventResponse
- 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, event) ⇒ EventResponse
constructor
A new instance of EventResponse.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Constructor Details
#initialize(agent, event) ⇒ EventResponse
Returns a new instance of EventResponse.
119 120 121 122 |
# File 'lib/wakame/packets.rb', line 119 def initialize(agent, event) super(agent) @event = event end |