Module: Glacier2::StringSet_mixin
Constant Summary collapse
- ICE_TYPE =
T_StringSet
- OP_add =
::Ice::__defineOperation('add', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [[::Ice::T_StringSeq, false, 0]], [], nil, [])
- OP_remove =
::Ice::__defineOperation('remove', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [[::Ice::T_StringSeq, false, 0]], [], nil, [])
- OP_get =
::Ice::__defineOperation('get', ::Ice::OperationMode::Idempotent, ::Ice::OperationMode::Idempotent, false, nil, [], [], [::Ice::T_StringSeq, false, 0], [])
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
117 118 119 |
# File 'lib/Glacier2/Session.rb', line 117 def ice_id(current=nil) '::Glacier2::StringSet' end |
#ice_ids(current = nil) ⇒ Object
113 114 115 |
# File 'lib/Glacier2/Session.rb', line 113 def ice_ids(current=nil) ['::Glacier2::StringSet', '::Ice::Object'] end |
#inspect ⇒ Object
Operation signatures.
def add(additions, current=nil) def remove(deletions, current=nil) def get(current=nil)
128 129 130 |
# File 'lib/Glacier2/Session.rb', line 128 def inspect ::Ice::__stringify(self, T_StringSet) end |