Class: ModSpox::Messages::Outgoing::Trace
- Inherits:
-
Object
- Object
- ModSpox::Messages::Outgoing::Trace
- Defined in:
- lib/mod_spox/messages/outgoing/Trace.rb
Instance Attribute Summary collapse
-
#target ⇒ Object
readonly
target to trace to.
Instance Method Summary collapse
-
#initialize(target) ⇒ Trace
constructor
- target
-
target to trace to Find route to specifc server.
Constructor Details
#initialize(target) ⇒ Trace
- target
-
target to trace to
Find route to specifc server
9 10 11 |
# File 'lib/mod_spox/messages/outgoing/Trace.rb', line 9 def initialize(target) @target = target end |
Instance Attribute Details
#target ⇒ Object (readonly)
target to trace to
6 7 8 |
# File 'lib/mod_spox/messages/outgoing/Trace.rb', line 6 def target @target end |