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