Method: Translatomatic::TranslationStats#from_translator

Defined in:
lib/translatomatic/translation_stats.rb

#from_translatorNumber (readonly)

Returns The number of translations that came from the translator.

Returns:

  • (Number)

    The number of translations that came from the translator.



12
13
14
# File 'lib/translatomatic/translation_stats.rb', line 12

def from_translator
  @from_translator
end