Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
- Inherits:
-
BaseModel
- Object
- FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals
- Defined in:
- lib/finch-api/models/account_update_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Defined Under Namespace
Classes: Manager
Instance Attribute Summary collapse
- #department ⇒ Boolean?
- #first_name ⇒ Boolean?
- #id ⇒ Boolean?
- #is_active ⇒ Boolean?
- #last_name ⇒ Boolean?
- #manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?
- #middle_name ⇒ Boolean?
Instance Method Summary collapse
-
#initialize(id: nil, department: nil, first_name: nil, is_active: nil, last_name: nil, manager: nil, middle_name: nil) ⇒ Individuals
constructor
A new instance of Individuals.
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/account_update_event.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?
541 |
# File 'lib/finch-api/models/account_update_event.rb', line 541 optional :department, FinchAPI::BooleanModel |
#first_name ⇒ Boolean?
550 |
# File 'lib/finch-api/models/account_update_event.rb', line 550 optional :first_name, FinchAPI::BooleanModel |
#id ⇒ Boolean?
532 |
# File 'lib/finch-api/models/account_update_event.rb', line 532 optional :id, FinchAPI::BooleanModel |
#is_active ⇒ Boolean?
559 |
# File 'lib/finch-api/models/account_update_event.rb', line 559 optional :is_active, FinchAPI::BooleanModel |
#last_name ⇒ Boolean?
568 |
# File 'lib/finch-api/models/account_update_event.rb', line 568 optional :last_name, FinchAPI::BooleanModel |
#manager ⇒ FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager?
577 578 |
# File 'lib/finch-api/models/account_update_event.rb', line 577 optional :manager, -> { FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory::Individuals::Manager } |
#middle_name ⇒ Boolean?
587 |
# File 'lib/finch-api/models/account_update_event.rb', line 587 optional :middle_name, FinchAPI::BooleanModel |