Module: IceGrid::BoxedDistributionDescriptor_mixin
Constant Summary
collapse
- ICE_TYPE =
T_BoxedDistributionDescriptor
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.
1375
1376
1377
|
# File 'lib/IceGrid/Descriptor.rb', line 1375
def value
@value
end
|
Instance Method Details
#ice_id(current = nil) ⇒ Object
1367
1368
1369
|
# File 'lib/IceGrid/Descriptor.rb', line 1367
def ice_id(current=nil)
'::IceGrid::BoxedDistributionDescriptor'
end
|
#ice_ids(current = nil) ⇒ Object
1363
1364
1365
|
# File 'lib/IceGrid/Descriptor.rb', line 1363
def ice_ids(current=nil)
['::Ice::Object', '::IceGrid::BoxedDistributionDescriptor']
end
|