Module: IceGrid::UserAccountMapperPrx_mixin
- Included in:
- UserAccountMapperPrx
- Defined in:
- ruby/IceGrid/UserAccountMapper.rb
Constant Summary collapse
- OP_getUserAccount =
Ice::__defineOperation('getUserAccount', 'getUserAccount', Ice::OperationMode::Normal, nil, [[Ice::T_string, false, 0]], [], [Ice::T_string, false, 0], [::IceGrid::T_UserAccountNotFoundException])
Instance Method Summary collapse
Instance Method Details
#getUserAccount(user, context = nil) ⇒ Object
25 26 27 |
# File 'ruby/IceGrid/UserAccountMapper.rb', line 25 def getUserAccount(user, context=nil) UserAccountMapperPrx_mixin::OP_getUserAccount.invoke(self, [user], context) end |