Class: IceGrid::UserAccountMapperPrx

Inherits:
Ice::ObjectPrx
  • Object
show all
Includes:
UserAccountMapperPrx_mixin
Defined in:
lib/IceGrid/UserAccountMapper.rb

Constant Summary collapse

ICE_TYPE =
T_UserAccountMapperPrx

Class Method Summary collapse

Methods included from UserAccountMapperPrx_mixin

#getUserAccount

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_staticIdObject



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