module Plagiarism::Client

Constants

VERSION

Attributes

endpoint[RW]
secret[RW]
token[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/plagiarism/client.rb, line 9
def configure
  yield self
end