module Optidash

Constants

VERSION

Public Class Methods

new(*args) click to toggle source

Making Client constructor public to avoid Optidash::Client.new invocation

# File lib/optidash.rb, line 16
def self.new(*args)
    Client.new(*args)
end