Class: Gusto::LegacyClient

Inherits:
Object
  • Object
show all
Defined in:
lib/gusto_legacy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeLegacyClient

Returns a new instance of LegacyClient.



8
9
10
# File 'lib/gusto_legacy.rb', line 8

def initialize
  @employee_benefits = EmployeeBenefitsClient.new
end

Instance Attribute Details

#employee_benefitsGusto::EmployeeBenefitsClient (readonly)



6
7
8
# File 'lib/gusto_legacy.rb', line 6

def employee_benefits
  @employee_benefits
end