class GSSAPI::LibGSSAPI::GssMStruct
This is a generic Managed Struct subclass that hides the [] methods. Classes that implement this class should provide accessor methods to get to the attributes.
Private Instance Methods
Source
# File lib/gssapi/lib_gssapi.rb, line 23 def [](key) super(key) end
Calls superclass method
Source
# File lib/gssapi/lib_gssapi.rb, line 27 def []=(key,val) super(key,val) end
Calls superclass method