Method: Xliff::File#datatype

Defined in:
lib/xliff/file.rb

#datatypeString (readonly)

The type of data represented

There are a variety of programming languages that can be represented by the XLIFF spec. Defaults to ‘plaintext`.

Returns:

  • (String)


35
36
37
# File 'lib/xliff/file.rb', line 35

def datatype
  @datatype
end