class Travis::Client::Entity

def include?(key)

def include?(key)
  attributes.include? key or attribute_names.include? key.to_s
end