Class: Ice::WSEndpointInfo
- Inherits:
-
EndpointInfo
- Object
- EndpointInfo
- Ice::WSEndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Instance Attribute Summary collapse
-
#resource ⇒ Object
Returns the value of attribute resource.
Attributes inherited from EndpointInfo
#compress, #timeout, #underlying
Instance Method Summary collapse
-
#initialize(underlying = nil, timeout = 0, compress = false, resource = '') ⇒ WSEndpointInfo
constructor
A new instance of WSEndpointInfo.
Constructor Details
#initialize(underlying = nil, timeout = 0, compress = false, resource = '') ⇒ WSEndpointInfo
Returns a new instance of WSEndpointInfo.
148 149 150 151 |
# File 'lib/Ice/Endpoint.rb', line 148 def initialize(=nil, timeout=0, compress=false, resource='') super(, timeout, compress) @resource = resource end |
Instance Attribute Details
#resource ⇒ Object
Returns the value of attribute resource.
153 154 155 |
# File 'lib/Ice/Endpoint.rb', line 153 def resource @resource end |