Class: PeopleGroup::HRIS::HRTool
- Inherits:
-
Object
- Object
- PeopleGroup::HRIS::HRTool
- Defined in:
- lib/peoplegroup/hris/hr_tool.rb
Class Method Summary collapse
Class Method Details
.all ⇒ Object
6 7 8 |
# File 'lib/peoplegroup/hris/hr_tool.rb', line 6 def self.all raise NotImplementedError end |
.all_active ⇒ Object
10 11 12 |
# File 'lib/peoplegroup/hris/hr_tool.rb', line 10 def self.all_active raise NotImplementedError end |
.map_to_team_member(data) ⇒ Object
14 15 16 |
# File 'lib/peoplegroup/hris/hr_tool.rb', line 14 def self.map_to_team_member(data) raise NotImplementedError end |