Class: TranslateClient::API::StartDeviceLoginResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/translate_client/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token

Returns:

  • (Object)

    the current value of auth_token



11
12
13
# File 'lib/translate_client/api.rb', line 11

def auth_token
  @auth_token
end

#redirect_urlObject

Returns the value of attribute redirect_url

Returns:

  • (Object)

    the current value of redirect_url



11
12
13
# File 'lib/translate_client/api.rb', line 11

def redirect_url
  @redirect_url
end