Class: Ice::WSEndpointInfo

Inherits:
EndpointInfo show all
Defined in:
lib/Ice/Endpoint.rb

Instance Attribute Summary collapse

Attributes inherited from EndpointInfo

#compress, #timeout, #underlying

Instance Method Summary collapse

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(underlying=nil, timeout=0, compress=false, resource='')
    super(underlying, timeout, compress)
    @resource = resource
end

Instance Attribute Details

#resourceObject

Returns the value of attribute resource.



153
154
155
# File 'lib/Ice/Endpoint.rb', line 153

def resource
  @resource
end