# File lib/cimi/model/entity_metadata.rb, line 60 def includes_attribute?(attribute) self.attributes.any?{|attr| attr[:name] == attribute} end