Class: Threads::API::OAuth2::Client::ShortLivedResponse
- Inherits:
-
Struct
- Object
- Struct
- Threads::API::OAuth2::Client::ShortLivedResponse
- Defined in:
- lib/threads/api/oauth2/client.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#code ⇒ Object
Returns the value of attribute code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#error_type ⇒ Object
Returns the value of attribute error_type.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
5 6 7 |
# File 'lib/threads/api/oauth2/client.rb', line 5 def access_token @access_token end |
#code ⇒ Object
Returns the value of attribute code
5 6 7 |
# File 'lib/threads/api/oauth2/client.rb', line 5 def code @code end |
#error_message ⇒ Object
Returns the value of attribute error_message
5 6 7 |
# File 'lib/threads/api/oauth2/client.rb', line 5 def end |
#error_type ⇒ Object
Returns the value of attribute error_type
5 6 7 |
# File 'lib/threads/api/oauth2/client.rb', line 5 def error_type @error_type end |
#user_id ⇒ Object
Returns the value of attribute user_id
5 6 7 |
# File 'lib/threads/api/oauth2/client.rb', line 5 def user_id @user_id end |