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
- #ice_getSlicedData ⇒ Object
- #ice_id ⇒ Object
- #inspect ⇒ Object (also: #to_s)
Instance Attribute Details
#_ice_slicedData ⇒ Object
Returns the value of attribute _ice_slicedData.
24 25 26 |
# File 'ruby/Ice/Value.rb', line 24 def _ice_slicedData @_ice_slicedData end |
Instance Method Details
#ice_getSlicedData ⇒ Object
20 21 22 |
# File 'ruby/Ice/Value.rb', line 20 def ice_getSlicedData() return _ice_slicedData end |
#ice_id ⇒ Object
12 13 14 |
# File 'ruby/Ice/Value.rb', line 12 def ice_id() self.class::ICE_ID end |
#inspect ⇒ Object Also known as: to_s
7 8 9 |
# File 'ruby/Ice/Value.rb', line 7 def inspect ::Ice::__stringify(self, self.class::ICE_TYPE) end |