Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Directory::Individuals
show all
- Defined in:
- lib/finch-api/models/provider.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
Instance Method Summary
collapse
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
#initialize(id: nil, department: nil, first_name: nil, is_active: nil, last_name: nil, manager: nil, middle_name: nil) ⇒ Individuals
Returns a new instance of Individuals.
9
10
11
12
13
14
15
16
17
18
19
20
|
# File 'lib/finch-api/models/provider.rb', line 9
def initialize(
id: nil,
department: nil,
first_name: nil,
is_active: nil,
last_name: nil,
manager: nil,
middle_name: nil,
**
)
super
end
|
Instance Attribute Details
#department ⇒ Boolean?
623
|
# File 'lib/finch-api/models/provider.rb', line 623
optional :department, FinchAPI::BooleanModel
|
#first_name ⇒ Boolean?
632
|
# File 'lib/finch-api/models/provider.rb', line 632
optional :first_name, FinchAPI::BooleanModel
|
#middle_name ⇒ Boolean?
669
|
# File 'lib/finch-api/models/provider.rb', line 669
optional :middle_name, FinchAPI::BooleanModel
|