Class: Ice::Value

Inherits:
Object
  • 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_slicedDataObject

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_staticIdObject



130
131
132
# File 'lib/Ice.rb', line 130

def Value.ice_staticId()
    self::ICE_ID
end

Instance Method Details

#ice_getSlicedDataObject



134
135
136
# File 'lib/Ice.rb', line 134

def ice_getSlicedData()
    return _ice_slicedData
end

#ice_idObject



126
127
128
# File 'lib/Ice.rb', line 126

def ice_id()
    self.class::ICE_ID
end

#inspectObject



122
123
124
# File 'lib/Ice.rb', line 122

def inspect
    ::Ice::__stringify(self, self.class::ICE_TYPE)
end