Class: OpenApiSDK::Shared::Email

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/open_api_sdk/models/shared/email.rb

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(email_address: nil, email_address_type: nil, owner_type: nil) ⇒ Email

Returns a new instance of Email.



23
24
25
26
27
# File 'lib/open_api_sdk/models/shared/email.rb', line 23

def initialize(email_address: nil, email_address_type: nil, owner_type: nil)
  @email_address = email_address
  @email_address_type = email_address_type
  @owner_type = owner_type
end