Class: EmploymentHistoryParser
- Inherits:
-
BaseParser
- Object
- BaseParser
- EmploymentHistoryParser
- Defined in:
- lib/bob/parsers/employment_history_parser.rb
Instance Attribute Summary
Attributes inherited from BaseParser
Instance Method Summary collapse
Methods inherited from BaseParser
Constructor Details
This class inherits a constructor from BaseParser
Instance Method Details
#employment_histories ⇒ Object
4 5 6 |
# File 'lib/bob/parsers/employment_history_parser.rb', line 4 def employment_histories json_response['values'].map { |attributes| Models::EmploymentHistory.new(attributes) } end |