Sha256: 7cb1612d46510f0c92eb66f91ffdaff96c8768049b9b8d2748f22d18027e2945
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 Bytes
Contents
# TalonOne::EmailEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | The email address associated with the user profile. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::EmailEntity.new(email: john.doe@example.com) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/EmailEntity.md |
talon_one-6.0.0 | docs/EmailEntity.md |
talon_one-5.0.0 | docs/EmailEntity.md |