Module: Ice::UDPEndpointInfo_mixin

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

Constant Summary collapse

ICE_TYPE =
T_UDPEndpointInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#mcastInterfaceObject

Returns the value of attribute mcastInterface.



178
179
180
# File 'lib/Ice/Endpoint.rb', line 178

def mcastInterface
  @mcastInterface
end

#mcastTtlObject

Returns the value of attribute mcastTtl.



178
179
180
# File 'lib/Ice/Endpoint.rb', line 178

def mcastTtl
  @mcastTtl
end

Instance Method Details

#inspectObject



174
175
176
# File 'lib/Ice/Endpoint.rb', line 174

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