Module: Ice::IPEndpointInfo_mixin
- Included in:
- IPEndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary collapse
- ICE_TYPE =
T_IPEndpointInfo
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
-
#sourceAddress ⇒ Object
Returns the value of attribute sourceAddress.
Instance Method Summary collapse
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
115 116 117 |
# File 'lib/Ice/Endpoint.rb', line 115 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
115 116 117 |
# File 'lib/Ice/Endpoint.rb', line 115 def port @port end |
#sourceAddress ⇒ Object
Returns the value of attribute sourceAddress.
115 116 117 |
# File 'lib/Ice/Endpoint.rb', line 115 def sourceAddress @sourceAddress end |
Instance Method Details
#inspect ⇒ Object
111 112 113 |
# File 'lib/Ice/Endpoint.rb', line 111 def inspect ::Ice::__stringify(self, T_IPEndpointInfo) end |