Module: TranslatorText

Defined in:
lib/translator-text.rb,
lib/translator_text/types.rb,
lib/translator_text/client.rb,
lib/translator_text/version.rb,
lib/translator_text/exceptions.rb,
lib/translator_text/types/sentence.rb,
lib/translator_text/types/alternative.rb,
lib/translator_text/types/translation.rb,
lib/translator_text/types/detection_result.rb,
lib/translator_text/types/translation_result.rb

Defined Under Namespace

Modules: Types Classes: Client, Error, NetError, ServiceError

Constant Summary collapse

VERSION =
'0.3.0'

Class Attribute Summary collapse

Class Attribute Details

.clientObject



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

def client
  @client ||= build_client
end