Module: Ice::IPConnectionInfo_mixin
- Included in:
- IPConnectionInfo
- Defined in:
- lib/Ice/Connection.rb
Constant Summary collapse
- ICE_TYPE =
T_IPConnectionInfo
Instance Attribute Summary collapse
-
#localAddress ⇒ Object
Returns the value of attribute localAddress.
-
#localPort ⇒ Object
Returns the value of attribute localPort.
-
#remoteAddress ⇒ Object
Returns the value of attribute remoteAddress.
-
#remotePort ⇒ Object
Returns the value of attribute remotePort.
Instance Method Summary collapse
Instance Attribute Details
#localAddress ⇒ Object
Returns the value of attribute localAddress.
302 303 304 |
# File 'lib/Ice/Connection.rb', line 302 def localAddress @localAddress end |
#localPort ⇒ Object
Returns the value of attribute localPort.
302 303 304 |
# File 'lib/Ice/Connection.rb', line 302 def localPort @localPort end |
#remoteAddress ⇒ Object
Returns the value of attribute remoteAddress.
302 303 304 |
# File 'lib/Ice/Connection.rb', line 302 def remoteAddress @remoteAddress end |
#remotePort ⇒ Object
Returns the value of attribute remotePort.
302 303 304 |
# File 'lib/Ice/Connection.rb', line 302 def remotePort @remotePort end |
Instance Method Details
#inspect ⇒ Object
298 299 300 |
# File 'lib/Ice/Connection.rb', line 298 def inspect ::Ice::__stringify(self, T_IPConnectionInfo) end |