Method: Translatomatic::Translation#from_database

Defined in:
lib/translatomatic/translation.rb

#from_databaseboolean (readonly)

Returns True if this translation came from the database.

Returns:

  • (boolean)

    True if this translation came from the database



14
15
16
# File 'lib/translatomatic/translation.rb', line 14

def from_database
  @from_database
end