Google

# File radius/dictionary.rb, line 157
    def attr_type(attrname)
      if (@attr[attrname] == nil || @attr[attrname][1] == nil)
	return(nil)
      end
      return(@attr[attrname][1])
    end