Module: I18nYamlEditor

Defined in:
lib/i18n_yaml_editor.rb,
lib/i18n_yaml_editor/app.rb,
lib/i18n_yaml_editor/key.rb,
lib/i18n_yaml_editor/web.rb,
lib/i18n_yaml_editor/store.rb,
lib/i18n_yaml_editor/category.rb,
lib/i18n_yaml_editor/translation.rb,
lib/i18n_yaml_editor/transformation.rb

Defined Under Namespace

Modules: Transformation Classes: App, Category, DuplicateTranslationError, Key, Store, TransformationError, Translation, Web

Class Attribute Summary collapse

Class Attribute Details

.appObject

Returns the value of attribute app.



3
4
5
# File 'lib/i18n_yaml_editor.rb', line 3

def app
  @app
end