Class: Kessel::Auth::RefreshTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Kessel::Auth::RefreshTokenResponse
- Defined in:
- lib/kessel/auth.rb
Overview
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
47 48 49 |
# File 'lib/kessel/auth.rb', line 47 def access_token @access_token end |
#expires_at ⇒ Object
Returns the value of attribute expires_at
47 48 49 |
# File 'lib/kessel/auth.rb', line 47 def expires_at @expires_at end |