Module: IceGrid::BoxedString_mixin

Includes:
Ice::Object_mixin
Included in:
BoxedString
Defined in:
lib/IceGrid/Descriptor.rb

Constant Summary collapse

ICE_TYPE =
T_BoxedString

Constants included from Ice::Object_mixin

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 collapse

Attributes included from Ice::Object_mixin

#_ice_slicedData

Instance Method Summary collapse

Methods included from Ice::Object_mixin

#ice_isA, #ice_ping

Instance Attribute Details

#valueObject

Returns the value of attribute value.



1243
1244
1245
# File 'lib/IceGrid/Descriptor.rb', line 1243

def value
  @value
end

Instance Method Details

#ice_id(current = nil) ⇒ Object



1235
1236
1237
# File 'lib/IceGrid/Descriptor.rb', line 1235

def ice_id(current=nil)
    '::IceGrid::BoxedString'
end

#ice_ids(current = nil) ⇒ Object



1231
1232
1233
# File 'lib/IceGrid/Descriptor.rb', line 1231

def ice_ids(current=nil)
    ['::Ice::Object', '::IceGrid::BoxedString']
end

#inspectObject



1239
1240
1241
# File 'lib/IceGrid/Descriptor.rb', line 1239

def inspect
    ::Ice::__stringify(self, T_BoxedString)
end