module Cloudflarer

A library to help manage your Cloudflare domains and settings.

Constants

API_VERSION
VERSION

Public Class Methods

new(*args) click to toggle source
# File lib/cloudflarer.rb, line 9
def self.new(*args)
  Client.new(*args)
end