Module: Ice::OpaqueEndpointInfo_mixin
- Included in:
- OpaqueEndpointInfo
- Defined in:
- lib/Ice/Endpoint.rb
Constant Summary collapse
- ICE_TYPE =
T_OpaqueEndpointInfo
Instance Attribute Summary collapse
-
#rawBytes ⇒ Object
Returns the value of attribute rawBytes.
-
#rawEncoding ⇒ Object
Returns the value of attribute rawEncoding.
Instance Method Summary collapse
Instance Attribute Details
#rawBytes ⇒ Object
Returns the value of attribute rawBytes.
242 243 244 |
# File 'lib/Ice/Endpoint.rb', line 242 def rawBytes @rawBytes end |
#rawEncoding ⇒ Object
Returns the value of attribute rawEncoding.
242 243 244 |
# File 'lib/Ice/Endpoint.rb', line 242 def rawEncoding @rawEncoding end |
Instance Method Details
#inspect ⇒ Object
238 239 240 |
# File 'lib/Ice/Endpoint.rb', line 238 def inspect ::Ice::__stringify(self, T_OpaqueEndpointInfo) end |