module MyERP

Constants

VERSION

Public Class Methods

client(api_email, api_key, options = {}) click to toggle source
# File lib/myerp_api.rb, line 26
def client(api_email, api_key, options = {})
  MyERP::Base.new(api_email, api_key, options)
end