Module: TorrentkittyClient

Defined in:
lib/torrentkitty_client.rb,
lib/torrentkitty_client/worker.rb,
lib/torrentkitty_client/version.rb

Defined Under Namespace

Classes: ContentPageInfo, Worker

Constant Summary collapse

VERSION =
"0.1.0".freeze

Class Method Summary collapse

Class Method Details

.find(id, host) ⇒ Object



7
8
9
# File 'lib/torrentkitty_client.rb', line 7

def find(id, host)
  TorrentkittyClient::Worker.new(id, host).execute
end