# File lib/tapkit/access/entity.rb, line 50
                def attribute( name )
                        attr = nil
                        @attributes.each do |_attr|
                                if _attr.name == name then
                                        attr = _attr
                                end
                        end
                        attr
                end