Object
# File lib/dbus/introspect.rb, line 85 def initialize(name, type) @name = name @type = type end
backward compatibility, deprecated
# File lib/dbus/introspect.rb, line 91 def [](index) case index when 0 then name when 1 then type else nil end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.