Module: Glacier2::IdentitySetPrx_mixin
- Included in:
- IdentitySetPrx
- Defined in:
- lib/Glacier2/Session.rb
Instance Method Summary collapse
- #add(additions, _ctx = nil) ⇒ Object
- #get(_ctx = nil) ⇒ Object
- #remove(deletions, _ctx = nil) ⇒ Object
Instance Method Details
#add(additions, _ctx = nil) ⇒ Object
216 217 218 |
# File 'lib/Glacier2/Session.rb', line 216 def add(additions, _ctx=nil) IdentitySet_mixin::OP_add.invoke(self, [additions], _ctx) end |
#get(_ctx = nil) ⇒ Object
224 225 226 |
# File 'lib/Glacier2/Session.rb', line 224 def get(_ctx=nil) IdentitySet_mixin::OP_get.invoke(self, [], _ctx) end |
#remove(deletions, _ctx = nil) ⇒ Object
220 221 222 |
# File 'lib/Glacier2/Session.rb', line 220 def remove(deletions, _ctx=nil) IdentitySet_mixin::OP_remove.invoke(self, [deletions], _ctx) end |