Module: Translator::Smartling::API::Base::ClassMethods

Defined in:
lib/nexmo_developer/app/services/translator/smartling/api/base.rb

Instance Method Summary collapse

Instance Method Details

#call(attrs = {}) ⇒ Object



47
48
49
# File 'lib/nexmo_developer/app/services/translator/smartling/api/base.rb', line 47

def call(attrs = {})
  new(attrs).call
end