Module: JobCentral

Defined in:
lib/job_central.rb

Defined Under Namespace

Modules: Finders, Helpers Classes: Employer, Job, LocationParser

Constant Summary collapse

BASE_URI =
"http://xmlfeed.jobcentral.com".freeze
DATE_FORMAT =
"%m/%d/%Y %H:%M:%S %p".freeze
DEFAULT_RETRY_LIMIT =
3
RESCUABLE_ERRORS =
[OpenURI::HTTPError].freeze
ParseError =
Class.new(StandardError)