Class: FinchAPI::Models::Sandbox::EmploymentUpdateParams::Manager

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/sandbox/employment_update_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#==, #[], coerce, #deconstruct_keys, defaults, dump, fields, #inspect, known_fields, optional, required, reverse_map, #to_h, #to_s, try_strict_coerce

Methods included from Converter

#coerce, coerce, #dump, dump, #try_strict_coerce, try_strict_coerce, type_info

Constructor Details

#initialize(id: nil) ⇒ Manager

The manager object representing the manager of the individual within the org.

Parameters:

  • id (String) (defaults to: nil)


5
# File 'lib/finch-api/models/sandbox/employment_update_params.rb', line 5

def initialize(id: nil, **) = super

Instance Attribute Details

#idString?

A stable Finch ‘id` (UUID v4) for an individual in the company.

Returns:

  • (String, nil)


305
# File 'lib/finch-api/models/sandbox/employment_update_params.rb', line 305

optional :id, String