Class: Wakame::Packets::Register
- Inherits:
-
ResponseBase
- Object
- ResponseBase
- Wakame::Packets::Register
- 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, root_path, attrs) ⇒ Register
constructor
A new instance of Register.
Methods inherited from ResponseBase
Methods included from AttributeHelper
#dump_attrs, #retrieve_attr_attribute
Constructor Details
#initialize(agent, root_path, attrs) ⇒ Register
Returns a new instance of Register.
71 72 73 74 75 |
# File 'lib/wakame/packets.rb', line 71 def initialize(agent, root_path, attrs) super(agent) @root_path = root_path @attrs = attrs end |