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/cast.rb,
lib/i18n_yaml_editor/store.rb,
lib/i18n_yaml_editor/filter.rb,
lib/i18n_yaml_editor/update.rb,
lib/i18n_yaml_editor/category.rb,
lib/i18n_yaml_editor/translation.rb

Overview

I18n Yaml Editor

Defined Under Namespace

Modules: Cast, Filter, Update Classes: App, Category, DuplicateTranslationError, Key, Store, Translation, Web

Class Attribute Summary collapse

Class Attribute Details

.appObject

Returns the value of attribute app.



6
7
8
# File 'lib/i18n_yaml_editor.rb', line 6

def app
  @app
end