class Travis::Client::Artifact

def clean_body

def clean_body
  attributes['clean_body'] ||= Tools::SafeString.clean(body)
end