Class: GustoEmbedded::Operations::GetDepartmentRequest

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

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(department_uuid: nil, x_gusto_api_version: nil) ⇒ GetDepartmentRequest

Returns a new instance of GetDepartmentRequest.



21
22
23
24
# File 'lib/gusto_embedded/models/operations/get_department_request.rb', line 21

def initialize(department_uuid: nil, x_gusto_api_version: nil)
  @department_uuid = department_uuid
  @x_gusto_api_version = x_gusto_api_version
end