Class: ModSpox::Messages::Outgoing::ServList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(mask, type) ⇒ ServList

mask

mask

type

type

List services currently connected to network



12
13
14
15
# File 'lib/mod_spox/messages/outgoing/ServList.rb', line 12

def initialize(mask, type)
    @mask = mask
    @type = type
end

Instance Attribute Details

#maskObject (readonly)

mask



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

def mask
  @mask
end

#typeObject (readonly)

type



8
9
10
# File 'lib/mod_spox/messages/outgoing/ServList.rb', line 8

def type
  @type
end