Module: Junkie

Defined in:
lib/junkie.rb,
lib/junkie/log.rb,
lib/junkie/config.rb,
lib/junkie/errors.rb,
lib/junkie/helper.rb,
lib/junkie/episode.rb,
lib/junkie/reactor.rb,
lib/junkie/version.rb,
lib/junkie/pyload/api.rb,
lib/junkie/pyload/observer.rb,
lib/junkie/patched/sjunkieex.rb

Defined Under Namespace

Modules: Config, Helper, Log, Pyload Classes: Episode, HTTP403Error, HTTP404Error, HTTP500Error, InvalidConfigError, InvalidCredentialsError, InvalidStateError, Reactor

Constant Summary collapse

CONFIG_FILE =
File.join(Dir.home, '.junkie', 'config.yml')
VERSION =
"0.0.3"

Instance Method Summary collapse

Instance Method Details

#start_reactorObject



20
21
22
23
# File 'lib/junkie.rb', line 20

def start_reactor
  r = Reactor.new
  r.start
end