about summary refs log tree commit diff
path: root/app/lib/translation_service/translation.rb
blob: 19318c7e9e688251e0fe94e84bd1a323cc1e4fba (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class TranslationService::Translation < ActiveModelSerializers::Model
  attributes :text, :detected_source_language, :provider
end