# File lib/tapkit/access/entity.rb, line 125
                def class_property_attributes
                        attrs = []
                        attributes.each do |attr|
                                if class_properties.include? attr then
                                        attrs << attr
                                end
                        end
                        attrs
                end