Class: Wakame::Packets::Register

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

Constant Summary

Constants included from AttributeHelper

AttributeHelper::CONVERT_CLASSES, AttributeHelper::PRIMITIVE_CLASSES

Instance Attribute Summary collapse

Attributes inherited from ResponseBase

#agent_id, #responded_at

Instance Method Summary collapse

Methods inherited from ResponseBase

#marshal

Methods included from AttributeHelper

#dump_attrs

Constructor Details

#initialize(agent, root_path) ⇒ Register

Returns a new instance of Register.



59
60
61
62
# File 'lib/wakame/packets.rb', line 59

def initialize(agent, root_path)
  super(agent)
  @root_path = root_path
end

Instance Attribute Details

#root_pathObject (readonly)

Returns the value of attribute root_path.



58
59
60
# File 'lib/wakame/packets.rb', line 58

def root_path
  @root_path
end