Module: Sovren

Defined in:
lib/sovren.rb,
lib/sovren/client.rb,
lib/sovren/patent.rb,
lib/sovren/resume.rb,
lib/sovren/version.rb,
lib/sovren/language.rb,
lib/sovren/military.rb,
lib/sovren/education.rb,
lib/sovren/reference.rb,
lib/sovren/competency.rb,
lib/sovren/employment.rb,
lib/sovren/achievement.rb,
lib/sovren/association.rb,
lib/sovren/publication.rb,
lib/sovren/certification.rb,
lib/sovren/contact_information.rb

Defined Under Namespace

Classes: Achievement, Association, Certification, Client, Competency, ContactInformation, Education, Employment, Language, Military, Patent, Publication, Reference, Resume

Constant Summary collapse

FIELDS =
[:endpoint, :username, :password, :timeout, :hard_time_out_multiplier, :parser_configuration_params]
VERSION =
"0.0.6"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Sovren)

    the object that the method was called on



12
13
14
15
# File 'lib/sovren.rb', line 12

def configure
  yield self
  true
end