Class: Ice::Value
- Inherits:
-
Object
show all
- Defined in:
- ruby/Ice/Value.rb
Overview
The base class for all Slice classes.
Instance Attribute Summary collapse
Class Method Summary
collapse
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
|
Class Method Details
.ice_staticId ⇒ Object
15
16
17
|
# File 'ruby/Ice/Value.rb', line 15
def Value.ice_staticId()
self::ICE_ID
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
|