Module: IceGrid::UserAccountMapper_mixin
- Includes:
- Ice::Object_mixin
- Included in:
- UserAccountMapper
- Defined in:
- lib/IceGrid/UserAccountMapper.rb
Constant Summary collapse
- ICE_TYPE =
T_UserAccountMapper
- OP_getUserAccount =
::Ice::__defineOperation('getUserAccount', ::Ice::OperationMode::Normal, ::Ice::OperationMode::Normal, false, nil, [[::Ice::T_string, false, 0]], [], [::Ice::T_string, false, 0], [::IceGrid::T_UserAccountNotFoundException])
Constants included from Ice::Object_mixin
Ice::Object_mixin::OP_ice_id, Ice::Object_mixin::OP_ice_ids, Ice::Object_mixin::OP_ice_isA, Ice::Object_mixin::OP_ice_ping
Instance Attribute Summary
Attributes included from Ice::Object_mixin
Instance Method Summary collapse
- #ice_id(current = nil) ⇒ Object
- #ice_ids(current = nil) ⇒ Object
-
#inspect ⇒ Object
Operation signatures.
Methods included from Ice::Object_mixin
Instance Method Details
#ice_id(current = nil) ⇒ Object
48 49 50 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 48 def ice_id(current=nil) '::IceGrid::UserAccountMapper' end |
#ice_ids(current = nil) ⇒ Object
44 45 46 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 44 def ice_ids(current=nil) ['::Ice::Object', '::IceGrid::UserAccountMapper'] end |
#inspect ⇒ Object
Operation signatures.
def getUserAccount(user, current=nil)
57 58 59 |
# File 'lib/IceGrid/UserAccountMapper.rb', line 57 def inspect ::Ice::__stringify(self, T_UserAccountMapper) end |