Class: FinchAPI::Models::AccountUpdateEvent::Data::AuthenticationMethod::SupportedFields::Directory

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

Defined Under Namespace

Classes: Individuals, Paging

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id: nil) ⇒ Directory

Returns a new instance of Directory.

Parameters:

  • id (Boolean) (defaults to: nil)


4
# File 'lib/finch-api/models/account_update_event.rb', line 4

def initialize(individuals: nil, paging: nil, **) = super

Instance Attribute Details

#id=(value) ⇒ Boolean (writeonly)

Returns:

  • (Boolean)


2
3
4
# File 'lib/finch-api/models/account_update_event.rb', line 2

def id=(value)
  @id = value
end