class Travis::Client::Entity

def complete?

def complete?
  attribute_names.all? { |key| attributes.include? key }
end