Class: IceGrid::UserAccountMapperPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- IceGrid::UserAccountMapperPrx
- Includes:
- UserAccountMapperPrx_mixin
- Defined in:
- lib/IceGrid/UserAccountMapper.rb
Constant Summary collapse
- ICE_TYPE =
T_UserAccountMapperPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from UserAccountMapperPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
77 78 79 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 77 def UserAccountMapperPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::IceGrid::UserAccountMapper', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
84 85 86 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 84 def UserAccountMapperPrx.ice_staticId() '::IceGrid::UserAccountMapper' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
81 82 83 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 81 def UserAccountMapperPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |