Class: Ice::Value
- Inherits:
-
Object
show all
- Defined in:
- lib/Ice.rb
Overview
Base class for Value types
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Instance Attribute Details
#_ice_slicedData ⇒ Object
Only used for instances of preserved classes.
138
139
140
|
# File 'lib/Ice.rb', line 138
def _ice_slicedData
@_ice_slicedData
end
|
Class Method Details
.ice_staticId ⇒ Object
130
131
132
|
# File 'lib/Ice.rb', line 130
def Value.ice_staticId()
self::ICE_ID
end
|
Instance Method Details
#ice_getSlicedData ⇒ Object
134
135
136
|
# File 'lib/Ice.rb', line 134
def ice_getSlicedData()
return _ice_slicedData
end
|
#ice_id ⇒ Object
126
127
128
|
# File 'lib/Ice.rb', line 126
def ice_id()
self.class::ICE_ID
end
|
#inspect ⇒ Object
122
123
124
|
# File 'lib/Ice.rb', line 122
def inspect
::Ice::__stringify(self, self.class::ICE_TYPE)
end
|