Class: GustoEmbedded::Operations::PutV1HistoricalEmployeesHomeAddress

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/put_v1_historical_employees_home_address.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(city: nil, state: nil, street_1: nil, zip: nil, street_2: nil) ⇒ PutV1HistoricalEmployeesHomeAddress

Returns a new instance of PutV1HistoricalEmployeesHomeAddress.



27
28
29
30
31
32
33
# File 'lib/gusto_embedded/models/operations/put_v1_historical_employees_home_address.rb', line 27

def initialize(city: nil, state: nil, street_1: nil, zip: nil, street_2: nil)
  @city = city
  @state = state
  @street_1 = street_1
  @zip = zip
  @street_2 = street_2
end