Class: IceGrid::BoxedStringPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::BoxedStringPrx
- Includes:
- BoxedStringPrx_mixin
- Defined in:
- lib/IceGrid/Descriptor.rb
Constant Summary collapse
- ICE_TYPE =
T_BoxedStringPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
1261 1262 1263 |
# File 'lib/IceGrid/Descriptor.rb', line 1261 def BoxedStringPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::BoxedString', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
1268 1269 1270 |
# File 'lib/IceGrid/Descriptor.rb', line 1268 def BoxedStringPrx.ice_staticId() '::IceGrid::BoxedString' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
1265 1266 1267 |
# File 'lib/IceGrid/Descriptor.rb', line 1265 def BoxedStringPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |