Module: Translate

Defined in:
lib/translate.rb,
lib/translate/routes.rb

Defined Under Namespace

Classes: Engine, File, Keys, Log, Routes, Storage

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

For configuring Google Translate API key



9
10
11
# File 'lib/translate.rb', line 9

def api_key
  @api_key
end

.app_idObject

For configuring Bing Application id



11
12
13
# File 'lib/translate.rb', line 11

def app_id
  @app_id
end