# File lib/grape_entity/exposure/base.rb, line 30 def ==(other) self.class == other.class && @attribute == other.attribute && @options == other.options && @conditions == other.conditions end