Module: Ice::IPConnectionInfo_mixin

Included in:
IPConnectionInfo
Defined in:
lib/Ice/Connection.rb

Constant Summary collapse

ICE_TYPE =
T_IPConnectionInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#localAddressObject

Returns the value of attribute localAddress.



302
303
304
# File 'lib/Ice/Connection.rb', line 302

def localAddress
  @localAddress
end

#localPortObject

Returns the value of attribute localPort.



302
303
304
# File 'lib/Ice/Connection.rb', line 302

def localPort
  @localPort
end

#remoteAddressObject

Returns the value of attribute remoteAddress.



302
303
304
# File 'lib/Ice/Connection.rb', line 302

def remoteAddress
  @remoteAddress
end

#remotePortObject

Returns the value of attribute remotePort.



302
303
304
# File 'lib/Ice/Connection.rb', line 302

def remotePort
  @remotePort
end

Instance Method Details

#inspectObject



298
299
300
# File 'lib/Ice/Connection.rb', line 298

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