Class: Mxrb::Compiler::TranslationMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::TranslationMaterialization
- Defined in:
- lib/mxrb/compiler/translation_materializer.rb
Instance Attribute Summary collapse
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
-
#files ⇒ Object
readonly
Returns the value of attribute files.
-
#languages ⇒ Object
readonly
Returns the value of attribute languages.
-
#strings ⇒ Object
readonly
Returns the value of attribute strings.
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory
7 8 9 |
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7 def directory @directory end |
#files ⇒ Object (readonly)
Returns the value of attribute files
7 8 9 |
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7 def files @files end |
#languages ⇒ Object (readonly)
Returns the value of attribute languages
7 8 9 |
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7 def languages @languages end |
#strings ⇒ Object (readonly)
Returns the value of attribute strings
7 8 9 |
# File 'lib/mxrb/compiler/translation_materializer.rb', line 7 def strings @strings end |