Class: Gusto::LegacyClient
- Inherits:
-
Object
- Object
- Gusto::LegacyClient
- Defined in:
- lib/gusto_legacy.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ LegacyClient
constructor
A new instance of LegacyClient.
Constructor Details
#initialize ⇒ LegacyClient
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_benefits ⇒ Gusto::EmployeeBenefitsClient (readonly)
6 7 8 |
# File 'lib/gusto_legacy.rb', line 6 def employee_benefits @employee_benefits end |