module Translator::Smartling::API::Base::ClassMethods

Public Instance Methods

call(attrs = {}) click to toggle source
# File lib/nexmo_developer/app/services/translator/smartling/api/base.rb, line 47
def call(attrs = {})
  new(attrs).call
end