Class: Tango::Api::Auth::OAuth2::Token
- Inherits:
-
Struct
- Object
- Struct
- Tango::Api::Auth::OAuth2::Token
- Defined in:
- lib/tango/api/auth/oauth2.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token
13 14 15 |
# File 'lib/tango/api/auth/oauth2.rb', line 13 def access_token @access_token end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
13 14 15 |
# File 'lib/tango/api/auth/oauth2.rb', line 13 def expires_at @expires_at end |