# File lib/grape_entity/exposure/base.rb, line 90
        def conditions_met?(entity, options)
          @conditions.all? { |condition| condition.met? entity, options }
        end