Module: Ice::IPEndpointInfo_mixin

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

Constant Summary collapse

ICE_TYPE =
T_IPEndpointInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



115
116
117
# File 'lib/Ice/Endpoint.rb', line 115

def host
  @host
end

#portObject

Returns the value of attribute port.



115
116
117
# File 'lib/Ice/Endpoint.rb', line 115

def port
  @port
end

#sourceAddressObject

Returns the value of attribute sourceAddress.



115
116
117
# File 'lib/Ice/Endpoint.rb', line 115

def sourceAddress
  @sourceAddress
end

Instance Method Details

#inspectObject



111
112
113
# File 'lib/Ice/Endpoint.rb', line 111

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