Class: Ice::Value

Inherits:
Object
  • Object
show all
Defined in:
ruby/Ice/Value.rb

Overview

The base class for all Slice classes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#_ice_slicedDataObject

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_getSlicedDataObject



20
21
22
# File 'ruby/Ice/Value.rb', line 20

def ice_getSlicedData()
    return _ice_slicedData
end

#ice_idObject



12
13
14
# File 'ruby/Ice/Value.rb', line 12

def ice_id()
    self.class::ICE_ID
end

#inspectObject 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