Class: Glacier2::StringSetPrx
- Inherits:
-
Ice::ObjectPrx
- Object
- Ice::ObjectPrx
- Glacier2::StringSetPrx
- Includes:
- StringSetPrx_mixin
- Defined in:
- lib/Glacier2/Session.rb
Constant Summary collapse
- ICE_TYPE =
T_StringSetPrx
Class Method Summary collapse
- .checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
- .ice_staticId ⇒ Object
- .uncheckedCast(proxy, facet = nil) ⇒ Object
Methods included from StringSetPrx_mixin
Class Method Details
.checkedCast(proxy, facetOrCtx = nil, _ctx = nil) ⇒ Object
156 157 158 |
# File 'lib/Glacier2/Session.rb', line 156 def StringSetPrx.checkedCast(proxy, facetOrCtx=nil, _ctx=nil) ice_checkedCast(proxy, '::Glacier2::StringSet', facetOrCtx, _ctx) end |
.ice_staticId ⇒ Object
163 164 165 |
# File 'lib/Glacier2/Session.rb', line 163 def StringSetPrx.ice_staticId() '::Glacier2::StringSet' end |
.uncheckedCast(proxy, facet = nil) ⇒ Object
160 161 162 |
# File 'lib/Glacier2/Session.rb', line 160 def StringSetPrx.uncheckedCast(proxy, facet=nil) ice_uncheckedCast(proxy, facet) end |