Class: Mxrb::Compiler::TranslationMaterialization

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/compiler/translation_materializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject (readonly)

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



7
8
9
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7

def directory
  @directory
end

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



7
8
9
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7

def files
  @files
end

#languagesObject (readonly)

Returns the value of attribute languages

Returns:

  • (Object)

    the current value of languages



7
8
9
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7

def languages
  @languages
end

#stringsObject (readonly)

Returns the value of attribute strings

Returns:

  • (Object)

    the current value of strings



7
8
9
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7

def strings
  @strings
end