Class: OpenApiSDK::Shared::Email
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::Email
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/email.rb
Instance Method Summary collapse
-
#initialize(email_address: nil, email_address_type: nil, owner_type: nil) ⇒ Email
constructor
A new instance of Email.
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 |