Class: TD::Types::EmailAddressAuthentication::Code
- Inherits:
-
TD::Types::EmailAddressAuthentication
- Object
- Dry::Struct
- Base
- TD::Types::EmailAddressAuthentication
- TD::Types::EmailAddressAuthentication::Code
- Defined in:
- lib/tdlib/types/email_address_authentication/code.rb
Overview
An authentication code delivered to a user’s email address.
Instance Attribute Summary collapse
-
#code ⇒ TD::Types::String
The code.
Method Summary
Methods inherited from Base
Instance Attribute Details
#code ⇒ TD::Types::String
The code.
5 6 7 |
# File 'lib/tdlib/types/email_address_authentication/code.rb', line 5 def code @code end |