module TorrentkittyClient

Constants

ContentPageInfo
VERSION

Public Instance Methods

find(id, host) click to toggle source
# File lib/torrentkitty_client.rb, line 7
def find(id, host)
  TorrentkittyClient::Worker.new(id, host).execute
end