# File lib/tapkit/access/entity.rb, line 72
                def remove_attribute( attribute )
                        @attributes.delete attribute
                        @primary_key_attribute_names.delete attribute.name
                end