Module: IceGrid::BoxedString_mixin
Constant Summary
collapse
- ICE_TYPE =
T_BoxedString
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
#_ice_slicedData
Instance Method Summary
collapse
#ice_isA, #ice_ping
Instance Attribute Details
#value ⇒ Object
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
|
#inspect ⇒ Object
1239
1240
1241
|
# File 'lib/IceGrid/Descriptor.rb', line 1239
def inspect
::Ice::__stringify(self, T_BoxedString)
end
|