Class: Keywright::TokenResult
- Defined in:
- lib/keywright/token_result.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
Returns the value of attribute access_token.
-
#expires_in ⇒ Object
Returns the value of attribute expires_in.
-
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
-
#token_type ⇒ Object
Returns the value of attribute token_type.
Method Summary
Methods inherited from Result
Constructor Details
This class inherits a constructor from Keywright::Result
Instance Attribute Details
#access_token ⇒ Object
Returns the value of attribute access_token.
3 4 5 |
# File 'lib/keywright/token_result.rb', line 3 def access_token @access_token end |
#expires_in ⇒ Object
Returns the value of attribute expires_in.
3 4 5 |
# File 'lib/keywright/token_result.rb', line 3 def expires_in @expires_in end |
#refresh_token ⇒ Object
Returns the value of attribute refresh_token.
3 4 5 |
# File 'lib/keywright/token_result.rb', line 3 def refresh_token @refresh_token end |
#token_type ⇒ Object
Returns the value of attribute token_type.
3 4 5 |
# File 'lib/keywright/token_result.rb', line 3 def token_type @token_type end |