Module: Ice::UDPEndpointInfo_mixin
- Included in:
- UDPEndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary collapse
- ICE_TYPE =
T_UDPEndpointInfo
Instance Attribute Summary collapse
-
#mcastInterface ⇒ Object
Returns the value of attribute mcastInterface.
-
#mcastTtl ⇒ Object
Returns the value of attribute mcastTtl.
Instance Method Summary collapse
Instance Attribute Details
#mcastInterface ⇒ Object
Returns the value of attribute mcastInterface.
178 179 180 |
# File 'lib/Ice/Endpoint.rb', line 178 def mcastInterface @mcastInterface end |
#mcastTtl ⇒ Object
Returns the value of attribute mcastTtl.
178 179 180 |
# File 'lib/Ice/Endpoint.rb', line 178 def mcastTtl @mcastTtl end |
Instance Method Details
#inspect ⇒ Object
174 175 176 |
# File 'lib/Ice/Endpoint.rb', line 174 def inspect ::Ice::__stringify(self, T_UDPEndpointInfo) end |