Class: GustoEmbedded::Shared::HistoricalEmployeeBodyHomeAddress
- Inherits:
-
Crystalline::FieldAugmented
- Object
- Crystalline::FieldAugmented
- GustoEmbedded::Shared::HistoricalEmployeeBodyHomeAddress
- Extended by:
- T::Sig
- Defined in:
- lib/gusto_embedded/models/shared/historical_employee_body_home_address.rb
Instance Method Summary collapse
-
#initialize(city: nil, state: nil, street_1: nil, zip: nil, street_2: nil) ⇒ HistoricalEmployeeBodyHomeAddress
constructor
A new instance of HistoricalEmployeeBodyHomeAddress.
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) ⇒ HistoricalEmployeeBodyHomeAddress
Returns a new instance of HistoricalEmployeeBodyHomeAddress.
27 28 29 30 31 32 33 |
# File 'lib/gusto_embedded/models/shared/historical_employee_body_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 |