Module: GoTranslateYourself

Defined in:
lib/go_translate_yourself.rb,
lib/go_translate_yourself/engine.rb,
app/modles/go_translate_yourself/base_store.rb,
app/modles/go_translate_yourself/mongo_store.rb,
app/controllers/go_translate_yourself/site_translations_controller.rb

Defined Under Namespace

Classes: BaseStore, Engine, MongoStore, SiteTranslationsController

Class Attribute Summary collapse

Class Attribute Details

.auth_handlerObject

Returns the value of attribute auth_handler.



5
6
7
# File 'lib/go_translate_yourself.rb', line 5

def auth_handler
  @auth_handler
end

.current_storeObject

Returns the value of attribute current_store.



5
6
7
# File 'lib/go_translate_yourself.rb', line 5

def current_store
  @current_store
end

.layout_nameObject

Returns the value of attribute layout_name.



5
6
7
# File 'lib/go_translate_yourself.rb', line 5

def layout_name
  @layout_name
end

.localesObject

Returns the value of attribute locales.



5
6
7
# File 'lib/go_translate_yourself.rb', line 5

def locales
  @locales
end