Class: Bob::Employee::LifecycleHistory
- Defined in:
- lib/bob/api/employee/lifecycle_history.rb
Constant Summary
Constants inherited from API
API::BASE_URL, API::SANDBOX_URL
Class Method Summary collapse
Methods inherited from API
build_url, create_csv, delete, get, headers, post, post_file, post_media, put
Class Method Details
.all(employee_id) ⇒ Object
6 7 8 9 |
# File 'lib/bob/api/employee/lifecycle_history.rb', line 6 def self.all(employee_id) response = get("people/#{employee_id}/lifecycle") LifecycleHistoryParser.new(response).lifecycle_histories end |