Class: EmployeeParser
- Inherits:
-
BaseParser
- Object
- BaseParser
- EmployeeParser
- Defined in:
- lib/bob/parsers/employee_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
#employee ⇒ Object
4 5 6 |
# File 'lib/bob/parsers/employee_parser.rb', line 4 def employee Models::Employee.new(json_response) end |