Class: Ice::Value
- Inherits:
-
Object
- Object
- Ice::Value
- Defined in:
- ruby/Ice/Value.rb
Overview
The base class for all Slice classes.
Direct Known Subclasses
UnknownSlicedValue, IceGrid::BoxedDistributionDescriptor, IceGrid::BoxedString, IceGrid::CommunicatorDescriptor, IceGrid::LoadBalancingPolicy, IceMX::Metrics
Instance Attribute Summary collapse
-
#_ice_slicedData ⇒ Object
Returns the value of attribute _ice_slicedData.
Instance Method Summary collapse
Instance Attribute Details
#_ice_slicedData ⇒ Object
Returns the value of attribute _ice_slicedData.
23 24 25 |
# File 'ruby/Ice/Value.rb', line 23 def _ice_slicedData @_ice_slicedData end |
Instance Method Details
#ice_getSlicedData ⇒ Object
19 20 21 |
# File 'ruby/Ice/Value.rb', line 19 def ice_getSlicedData() return _ice_slicedData end |
#ice_id ⇒ Object
11 12 13 |
# File 'ruby/Ice/Value.rb', line 11 def ice_id() self.class::ICE_ID end |
#inspect ⇒ Object
7 8 9 |
# File 'ruby/Ice/Value.rb', line 7 def inspect ::Ice::__stringify(self, self.class::ICE_TYPE) end |