Class: ModSpox::Messages::Outgoing::ServList
- Inherits:
-
Object
- Object
- ModSpox::Messages::Outgoing::ServList
- Defined in:
- lib/mod_spox/messages/outgoing/ServList.rb
Instance Attribute Summary collapse
-
#mask ⇒ Object
readonly
mask.
-
#type ⇒ Object
readonly
type.
Instance Method Summary collapse
-
#initialize(mask, type) ⇒ ServList
constructor
- mask
- mask type
-
type List services currently connected to network.
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
#mask ⇒ Object (readonly)
mask
6 7 8 |
# File 'lib/mod_spox/messages/outgoing/ServList.rb', line 6 def mask @mask end |
#type ⇒ Object (readonly)
type
8 9 10 |
# File 'lib/mod_spox/messages/outgoing/ServList.rb', line 8 def type @type end |