module Eloquant

Constants

VERSION

Public Class Methods

client(options = {}) click to toggle source
# File lib/eloquant.rb, line 19
def self.client(options = {})
  Client.new(options)
end