Class: TranslateClient::API::StartDeviceLoginResult
- Inherits:
-
Struct
- Object
- Struct
- TranslateClient::API::StartDeviceLoginResult
- Defined in:
- lib/translate_client/api.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#redirect_url ⇒ Object
Returns the value of attribute redirect_url.
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token
11 12 13 |
# File 'lib/translate_client/api.rb', line 11 def auth_token @auth_token end |
#redirect_url ⇒ Object
Returns the value of attribute redirect_url
11 12 13 |
# File 'lib/translate_client/api.rb', line 11 def redirect_url @redirect_url end |