Class: Gusto::EmployeeBenefitsClient
- Inherits:
-
Object
- Object
- Gusto::EmployeeBenefitsClient
- Defined in:
- lib/gusto_legacy.rb
Instance Method Summary collapse
Instance Method Details
#create(employee_id:, body:) ⇒ Object
14 15 16 17 |
# File 'lib/gusto_legacy.rb', line 14 def create(employee_id:, body:) # Implementation would go here # This is just a stub to match the example usage end |