Module: Ice::OpaqueEndpointInfo_mixin

Included in:
OpaqueEndpointInfo
Defined in:
lib/Ice/Endpoint.rb

Constant Summary collapse

ICE_TYPE =
T_OpaqueEndpointInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#rawBytesObject

Returns the value of attribute rawBytes.



242
243
244
# File 'lib/Ice/Endpoint.rb', line 242

def rawBytes
  @rawBytes
end

#rawEncodingObject

Returns the value of attribute rawEncoding.



242
243
244
# File 'lib/Ice/Endpoint.rb', line 242

def rawEncoding
  @rawEncoding
end

Instance Method Details

#inspectObject



238
239
240
# File 'lib/Ice/Endpoint.rb', line 238

def inspect
    ::Ice::__stringify(self, T_OpaqueEndpointInfo)
end