Class: Ice::WSEndpointInfo
- Inherits:
-
Object
- Object
- Ice::WSEndpointInfo
- Includes:
- WSEndpointInfo_mixin
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary
Constants included from WSEndpointInfo_mixin
Ice::WSEndpointInfo_mixin::ICE_TYPE
Instance Attribute Summary
Attributes included from WSEndpointInfo_mixin
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '', resource = '') ⇒ WSEndpointInfo
constructor
A new instance of WSEndpointInfo.
Methods included from WSEndpointInfo_mixin
Constructor Details
#initialize(timeout = 0, compress = false, host = '', port = 0, sourceAddress = '', resource = '') ⇒ WSEndpointInfo
Returns a new instance of WSEndpointInfo.
221 222 223 224 |
# File 'lib/Ice/Endpoint.rb', line 221 def initialize(timeout=0, compress=false, host='', port=0, sourceAddress='', resource='') super(timeout, compress, host, port, sourceAddress) @resource = resource end |
Class Method Details
.ice_staticId ⇒ Object
217 218 219 |
# File 'lib/Ice/Endpoint.rb', line 217 def WSEndpointInfo.ice_staticId() '::Ice::WSEndpointInfo' end |