Class: IceGrid::FileParserPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::FileParserPrx
- Includes:
- FileParserPrx_mixin
- Defined in:
- lib/IceGrid/FileParser.rb
Constant Summary collapse
- ICE_TYPE =
T_FileParserPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from FileParserPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
81 82 83 |
# File 'lib/IceGrid/FileParser.rb', line 81 def FileParserPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::FileParser', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
88 89 90 |
# File 'lib/IceGrid/FileParser.rb', line 88 def FileParserPrx.ice_staticId() '::IceGrid::FileParser' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
85 86 87 |
# File 'lib/IceGrid/FileParser.rb', line 85 def FileParserPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |