Module: Ice::EndpointInfo_mixin
- Included in:
- EndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary collapse
- ICE_TYPE =
T_EndpointInfo
Instance Attribute Summary collapse
-
#compress ⇒ Object
Returns the value of attribute compress.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Method Summary collapse
-
#inspect ⇒ Object
Operation signatures.
Instance Attribute Details
#compress ⇒ Object
Returns the value of attribute compress.
53 54 55 |
# File 'lib/Ice/Endpoint.rb', line 53 def compress @compress end |
#timeout ⇒ Object
Returns the value of attribute timeout.
53 54 55 |
# File 'lib/Ice/Endpoint.rb', line 53 def timeout @timeout end |
Instance Method Details
#inspect ⇒ Object
Operation signatures.
def type() def datagram() def secure()
49 50 51 |
# File 'lib/Ice/Endpoint.rb', line 49 def inspect ::Ice::__stringify(self, T_EndpointInfo) end |