# File lib/travis/client/entity.rb, line 156 def missing?(key) return false unless include? key !attributes.include?(key.to_s) end