module Smartling

Smartling contains a client and helpers for working with the Smartling files, contexts, strings and authentication API

Public Class Methods

new(*args) click to toggle source

Gets a new Client

# File lib/smartling.rb, line 10
def new(*args)
  Client.new(*args)
end