Module: Microsoft::Translator

Defined in:
lib/ms-translator.rb

Defined Under Namespace

Classes: SOAP

Class Method Summary collapse

Class Method Details

.set_app_id(ms_app_id) ⇒ Object

Set the application id



12
13
14
# File 'lib/ms-translator.rb', line 12

def self.set_app_id(ms_app_id)
  const_set('APP_ID', ms_app_id)
end