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
[](key)
click to toggle source
Calls superclass method
# File lib/gssapi/lib_gssapi.rb, line 23 def [](key) super(key) end
[]=(key,val)
click to toggle source
Calls superclass method
# File lib/gssapi/lib_gssapi.rb, line 27 def []=(key,val) super(key,val) end