Class: ModSpox::Messages::Outgoing::Users

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(target = '') ⇒ Users

target

target server

List users on server



9
10
11
# File 'lib/mod_spox/messages/outgoing/Users.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/Users.rb', line 6

def target
  @target
end