Class: ModSpox::Messages::Outgoing::Info

Inherits:
Object
  • Object
show all
Defined in:
lib/mod_spox/messages/outgoing/Info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#targetObject (readonly)

target server



6
7
8
# File 'lib/mod_spox/messages/outgoing/Info.rb', line 6

def target
  @target
end