module Mortise

Constants

ERRORS
TENON_APP_ID
VERSION

Public Class Methods

check(url, key, options = {}) click to toggle source
# File lib/mortise.rb, line 9
def self.check(url, key, options = {})
  Mortise::Checker.new(url, key, options)
end