Class: OpenApiSDK::Shared::Phone
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Shared::Phone
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/shared/phone.rb
Instance Method Summary collapse
-
#initialize(phone_number: nil, phone_type: nil, owner_type: nil) ⇒ Phone
constructor
A new instance of Phone.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(phone_number: nil, phone_type: nil, owner_type: nil) ⇒ Phone
Returns a new instance of Phone.
23 24 25 26 27 |
# File 'lib/open_api_sdk/models/shared/phone.rb', line 23 def initialize(phone_number: nil, phone_type: nil, owner_type: nil) @phone_number = phone_number @phone_type = phone_type @owner_type = owner_type end |