module Copyscape
Constants
- VERSION
Attributes
api_key[RW]
username[RW]
Public Class Methods
balance(*args)
click to toggle source
# File lib/copyscape.rb, line 19 def balance(*args) Balance.new(*args) end
text_search(*args)
click to toggle source
# File lib/copyscape.rb, line 15 def text_search(*args) TextSearch.new(*args) end
url_search(*args)
click to toggle source
# File lib/copyscape.rb, line 11 def url_search(*args) UrlSearch.new(*args) end