module DeathByCaptcha
Constants
- API_VERSION
- VERSION
Public Class Methods
new(*args)
click to toggle source
Create a DeathByCaptcha
API client. This is a shortcut to DeathByCaptcha::Client.create
.
# File lib/deathbycaptcha/client.rb, line 6 def self.new(*args) DeathByCaptcha::Client.create(*args) end