# File lib/grape_entity/condition/hash_condition.rb, line 15 def if_value(_entity, options) @cond_hash.all? { |k, v| options[k.to_sym] == v } end