Class: IceGrid::BoxedString

Inherits:
Object
  • Object
show all
Includes:
BoxedString_mixin
Defined in:
lib/IceGrid/Descriptor.rb

Constant Summary

Constants included from BoxedString_mixin

IceGrid::BoxedString_mixin::ICE_TYPE

Constants included from Ice::Object_mixin

Ice::Object_mixin::ICE_TYPE, Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping

Instance Attribute Summary

Attributes included from BoxedString_mixin

#value

Attributes included from Ice::Object_mixin

#_ice_slicedData

Class Method Summary collapse

Instance Method Summary collapse

Methods included from BoxedString_mixin

#ice_id, #ice_ids, #inspect

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Constructor Details

#initialize(value = '') ⇒ BoxedString

Returns a new instance of BoxedString.



1252
1253
1254
# File 'lib/IceGrid/Descriptor.rb', line 1252

def initialize(value='')
    @value = value
end

Class Method Details

.ice_staticIdObject



1248
1249
1250
# File 'lib/IceGrid/Descriptor.rb', line 1248

def BoxedString.ice_staticId()
    '::IceGrid::BoxedString'
end