docs/EmailEntity.md in talon_one-1.4.0 vs docs/EmailEntity.md in talon_one-2.0.0

- old
+ new

@@ -1,8 +1,17 @@ # TalonOne::EmailEntity ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | The email address associated with your account. | + +## Code Sample + +```ruby +require 'TalonOne' + +instance = TalonOne::EmailEntity.new(email: null) +```