class GSSAPI::LibGSSAPI::GssUMStruct

This is a generic Unmanaged Struct subclass that hides the [] methods. Classes that implement this class should provide accessor methods to get to the attributes.

Private Instance Methods

[](key) click to toggle source
Calls superclass method
# File lib/gssapi/lib_gssapi.rb, line 37
def [](key)
  super(key)
end
[]=(key,val) click to toggle source
Calls superclass method
# File lib/gssapi/lib_gssapi.rb, line 41
def []=(key,val)
  super(key,val)
end