Module: Glacier2::StringSetPrx_mixin
- Included in:
- StringSetPrx
- 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
141 142 143 |
# File 'lib/Glacier2/Session.rb', line 141 def add(additions, _ctx=nil) StringSet_mixin::OP_add.invoke(self, [additions], _ctx) end |
#get(_ctx = nil) ⇒ Object
149 150 151 |
# File 'lib/Glacier2/Session.rb', line 149 def get(_ctx=nil) StringSet_mixin::OP_get.invoke(self, [], _ctx) end |
#remove(deletions, _ctx = nil) ⇒ Object
145 146 147 |
# File 'lib/Glacier2/Session.rb', line 145 def remove(deletions, _ctx=nil) StringSet_mixin::OP_remove.invoke(self, [deletions], _ctx) end |