Class: FinchAPI::Models::HRIS::IndividualInDirectory::Department
- Defined in:
- lib/finch-api/models/hris/individual_in_directory.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
-
#name ⇒ String?
The name of the department.
Instance Attribute Details
#name ⇒ String?
The name of the department.
82 |
# File 'lib/finch-api/models/hris/individual_in_directory.rb', line 82 optional :name, String, nil?: true |